Author: markt
Date: Tue Nov 27 12:29:57 2012
New Revision: 1414151
URL: http://svn.apache.org/viewvc?rev=1414151&view=rev
Log:
Tweak the comments. No functional change.
Modified:
tomcat/trunk/java/javax/websocket/ContainerProvider.java
Modified: tomcat/trunk/java/javax/websocket/ContainerProvider.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/websocket/ContainerProvider.java?rev=1414151&r1=1414150&r2=1414151&view=diff
==============================================================================
--- tomcat/trunk/java/javax/websocket/ContainerProvider.java (original)
+++ tomcat/trunk/java/javax/websocket/ContainerProvider.java Tue Nov 27
12:29:57 2012
@@ -34,8 +34,8 @@ public class ContainerProvider {
*/
public static ServerContainer getServerContainer() {
// Note: No special handling required when running under a
- // SecurityManager as the caller and this class will have the
same
- // ClassLoader
+ // SecurityManager as the container provider implementation and
+ // this class have the same class loader.
ServerContainer result = null;
try {
Class<?> clazz = Class.forName(CONTAINER_PROVIDER_IMPL);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]