Javadoc fixes and pruning of deprecated references

(cherry picked from commit 69dd40e)
This commit is contained in:
Juergen Hoeller
2016-07-15 22:47:05 +02:00
parent 3500bdce0a
commit 392f9c8deb
10 changed files with 44 additions and 44 deletions

View File

@@ -25,8 +25,8 @@ import org.springframework.util.Assert;
import org.springframework.util.ClassUtils;
/**
* {@link org.springframework.instrument.classloading.LoadTimeWeaver} implementation for Tomcat's
* new {@link org.apache.tomcat.InstrumentableClassLoader InstrumentableClassLoader}.
* {@link org.springframework.instrument.classloading.LoadTimeWeaver} implementation
* for Tomcat's new {@code org.apache.tomcat.InstrumentableClassLoader}.
* Also capable of handling Spring's TomcatInstrumentableClassLoader when encountered.
*
* @author Juergen Hoeller