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