You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/06/18 23:00:29 UTC

svn commit: r1686319 - /axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/context/MessageContextImpl.java

Author: veithen
Date: Thu Jun 18 21:00:29 2015
New Revision: 1686319

URL: http://svn.apache.org/r1686319
Log: (empty)

Modified:
    axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/context/MessageContextImpl.java

Modified: axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/context/MessageContextImpl.java
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/context/MessageContextImpl.java?rev=1686319&r1=1686318&r2=1686319&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/context/MessageContextImpl.java (original)
+++ axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/context/MessageContextImpl.java Thu Jun 18 21:00:29 2015
@@ -35,7 +35,7 @@ public class MessageContextImpl implemen
     @Resource
     WebServiceContext ctxt;
     
-    public static WebServiceContext webServiceContext = null;
+    public static volatile WebServiceContext webServiceContext = null;
 
     public void isPropertyPresent(
             Holder<String> propertyName,