Author: ruwan
Date: Sun Feb 14 13:57:03 2010
New Revision: 910007

URL: http://svn.apache.org/viewvc?rev=910007&view=rev
Log:
Removing the variable introduced accidently in the previos commit

Modified:
    
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java

Modified: 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java?rev=910007&r1=910006&r2=910007&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java
 Sun Feb 14 13:57:03 2010
@@ -99,8 +99,6 @@
      */
     protected List wsToDeploy = new ArrayList();
 
-    private Object deploymentLock = new Object();
-
     /**
      * Stores all the web Services to undeploy.
      */
@@ -789,7 +787,7 @@
     /**
      * @param file WSInfo
      */
-    public synchronized void addWSToUndeploy(WSInfo file) {
+    public synchronized void addWSToUndeploy(WSInfo file){
         wsToUnDeploy.add(file);
     }
 


Reply via email to