Author: markt
Date: Mon Jan 27 19:03:54 2014
New Revision: 1561795
URL: http://svn.apache.org/r1561795
Log:
Fix Javadoc warnings
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java?rev=1561795&r1=1561794&r2=1561795&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java Mon
Jan 27 19:03:54 2014
@@ -761,10 +761,12 @@ public class StandardContext
/**
* If an HttpClient keep-alive timer thread has been started by this web
* application and is still running, should Tomcat change the context class
- * loader from the current {@link WebappClassLoader} to
- * {@link WebappClassLoader#parent} to prevent a memory leak? Note that the
- * keep-alive timer thread will stop on its own once the keep-alives all
- * expire however, on a busy system that might not happen for some time.
+ * loader from the current
+ * {@link org.apache.catalina.loader.WebappClassLoader} to
+ * {@link org.apache.catalina.loader.WebappClassLoader#parent} to prevent a
+ * memory leak? Note that the keep-alive timer thread will stop on its own
+ * once the keep-alives all expire however, on a busy system that might not
+ * happen for some time.
*/
private boolean clearReferencesHttpClientKeepAliveThread = true;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]