You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/09/01 10:05:39 UTC

svn commit: r1621698 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

Author: kkolinko
Date: Mon Sep  1 08:05:39 2014
New Revision: 1621698

URL: http://svn.apache.org/r1621698
Log:
Correct typo in a comment

Modified:
    tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java?rev=1621698&r1=1621697&r2=1621698&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java Mon Sep  1 08:05:39 2014
@@ -140,7 +140,7 @@ public class WsServerContainer extends W
 
         fr.addMappingForUrlPatterns(types, true, "/*");
 
-        // Use a per web application executor for any threads the the WebSocket
+        // Use a per web application executor for any threads that the WebSocket
         // server code needs to create. Group all of the threads under a single
         // ThreadGroup.
         StringBuffer threadGroupName = new StringBuffer("WebSocketServer-");



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