Author: markt Date: Tue Feb 23 14:04:20 2016 New Revision: 1731858 URL: http://svn.apache.org/viewvc?rev=1731858&view=rev Log: Fix typo
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java?rev=1731858&r1=1731857&r2=1731858&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java (original) +++ tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java Tue Feb 23 14:04:20 2016 @@ -661,7 +661,7 @@ public class WsSession implements Sessio if (state == State.OPEN) { futures.put(f2sh, f2sh); } else if (f2sh.isDone()) { - // NO-OP. The future completed before the session closed to no + // NO-OP. The future completed before the session closed so no // need to register in case the session closes before it // completes. } else { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org