Author: markt
Date: Mon Nov 10 16:47:12 2014
New Revision: 1637933

URL: http://svn.apache.org/r1637933
Log:
Remove unnecessary comment now BIO has been removed.

Modified:
    tomcat/trunk/webapps/examples/websocket/drawboard.xhtml

Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/drawboard.xhtml?rev=1637933&r1=1637932&r2=1637933&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/websocket/drawboard.xhtml (original)
+++ tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Mon Nov 10 16:47:12 
2014
@@ -875,7 +875,7 @@
         </p>
         <p>
             It uses asynchronous sending of messages so that it doesn't need 
separate threads
-            for each client to send messages (this needs NIO or APR connector 
to be used).<br/>
+            for each client to send messages.<br/>
             Each "Room" (where the drawing happens) uses a ReentrantLock to 
synchronize access
             (currently, only a single Room is implemented).
         </p>



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

Reply via email to