Author: asoldano
Date: 2013-12-06 05:28:25 -0500 (Fri, 06 Dec 2013)
New Revision: 18148
Modified:
spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/WSFServlet.java
Log:
Removing imprecise comment
Modified: spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/WSFServlet.java
===================================================================
--- spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/WSFServlet.java 2013-12-06
00:47:17 UTC (rev 18147)
+++ spi/trunk/src/main/java/org/jboss/wsf/spi/deployment/WSFServlet.java 2013-12-06
10:28:25 UTC (rev 18148)
@@ -45,10 +45,6 @@
public static final String STACK_SERVLET_DELEGATE_CLASS =
"org.jboss.wsf.spi.deployment.stackServletDelegateClass";
public static final String INTEGRATION_CLASSLOADER =
"org.jboss.wsf.spi.deployment.integrationClassLoader";
- //Besides for the obvious visibility consequence on the actual field, the
'volatile' keyword here also
- //establishes a "happens-before" relationship between what happened on the
WS model during deployment
- //and the model usage for serving requests. Everything that is only written during
deployment, can be
- //safely read after this point without visibility issues related to different threads
serving requests.
private volatile ServletDelegate delegate = null;
@Override
Show replies by date