You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/11/26 14:56:03 UTC

svn commit: r1716655 - /tomcat/trunk/java/org/apache/coyote/RequestInfo.java

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org