Author: markt Date: Thu Nov 26 13:56:03 2015 New Revision: 1716655 URL: http://svn.apache.org/viewvc?rev=1716655&view=rev Log: This TODO dates back to Tomcat 4.1.x. Remove it since clearly non-one feels the need to implement this.
Modified: tomcat/trunk/java/org/apache/coyote/RequestInfo.java Modified: tomcat/trunk/java/org/apache/coyote/RequestInfo.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/RequestInfo.java?rev=1716655&r1=1716654&r2=1716655&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/RequestInfo.java (original) +++ tomcat/trunk/java/org/apache/coyote/RequestInfo.java Thu Nov 26 13:56:03 2015 @@ -30,8 +30,6 @@ import javax.management.ObjectName; * having to deal with synchronization ( since each thread will have it's own * RequestProcessorMX ). * - * TODO: Request notifications will be registered here. - * * @author Costin Manolache */ public class RequestInfo { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org