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/12/14 16:05:27 UTC

svn commit: r1719930 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java

Author: markt
Date: Mon Dec 14 15:05:27 2015
New Revision: 1719930

URL: http://svn.apache.org/viewvc?rev=1719930&view=rev
Log:
Add detail to Javadoc.

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java?rev=1719930&r1=1719929&r2=1719930&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SocketEvent.java Mon Dec 14 15:05:27 2015
@@ -51,7 +51,8 @@ public enum SocketEvent {
     DISCONNECT,
 
     /**
-     * An error has occurred that does not had a dedicated event type.
+     * An error has occurred that does not had a dedicated event type. Currently
+     * this is only used by NIO2 to signal the failure of a completion handler.
      */
     ERROR,
 



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