Skip to content

Commit 6f9fb31

Browse files
committed
Merge pull request #1082 from nkjackzhang:patch-2
* pr/1082: Move <a> out of @code
2 parents bcfc09a + c145cee commit 6f9fb31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-instrument-tomcat/src/main/java/org/springframework/instrument/classloading/tomcat/TomcatInstrumentableClassLoader.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* to loaded classes without the need to use a VM-wide agent.
3131
*
3232
* <p>To be registered using a
33-
* {@code <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/loader.html">Loader</a>} tag
34-
* in Tomcat's {@code <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/context.html">Context</a>}
33+
* <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/loader.html">{@code Loader}</a> tag
34+
* in Tomcat's <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/context.html">{@code Context}</a>
3535
* definition in the {@code server.xml} file, with the Spring-provided "spring-instrument-tomcat.jar"
3636
* file deployed into Tomcat's "lib" directory. The required configuration tag looks as follows:
3737
*

0 commit comments

Comments
 (0)