Author: markt Date: Wed Oct 10 19:00:44 2012 New Revision: 1396733 URL: http://svn.apache.org/viewvc?rev=1396733&view=rev Log: Correct Javadoc
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleaningTracker.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleaningTracker.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleaningTracker.java?rev=1396733&r1=1396732&r2=1396733&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleaningTracker.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/FileCleaningTracker.java Wed Oct 10 19:00:44 2012 @@ -33,7 +33,7 @@ import java.util.Vector; * In an environment with multiple class loaders (a servlet container, for * example), you should consider stopping the background thread if it is no * longer needed. This is done by invoking the method - * {@link #exitWhenFinished}, typically in + * {@link #exitWhenFinished()}, typically in * {@link javax.servlet.ServletContextListener#contextDestroyed} or similar. * * @author Noel Bergman --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org