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 2019/07/11 10:23:57 UTC

[tomcat] branch 7.0.x updated: Polish : remove completed TODO

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 89c530d  Polish : remove completed TODO
89c530d is described below

commit 89c530d5ba789632d3012d42197f2eb84e453f3d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jul 11 11:23:18 2019 +0100

    Polish : remove completed TODO
---
 java/org/apache/catalina/core/AsyncListenerWrapper.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/java/org/apache/catalina/core/AsyncListenerWrapper.java b/java/org/apache/catalina/core/AsyncListenerWrapper.java
index 242c6ef..5cf2148 100644
--- a/java/org/apache/catalina/core/AsyncListenerWrapper.java
+++ b/java/org/apache/catalina/core/AsyncListenerWrapper.java
@@ -23,11 +23,6 @@ import javax.servlet.AsyncListener;
 import javax.servlet.ServletRequest;
 import javax.servlet.ServletResponse;
 
-/**
- * TODO SERVLET3 - async
- * @author fhanik
- *
- */
 public class AsyncListenerWrapper {
 
     private AsyncListener listener = null;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org