[wsas-java-dev] svn commit r1971 -
trunk/wsas/java/modules/clustering/src/org/wso2/wsas/clustering/commands
svn at wso2.org
svn at wso2.org
Mon Apr 23 06:55:48 PDT 2007
Author: azeez
Date: Mon Apr 23 06:55:44 2007
New Revision: 1971
Modified:
trunk/wsas/java/modules/clustering/src/org/wso2/wsas/clustering/commands/ApplyServicePolicyCommand.java
Log:
Few minor changes
Modified: trunk/wsas/java/modules/clustering/src/org/wso2/wsas/clustering/commands/ApplyServicePolicyCommand.java
==============================================================================
--- trunk/wsas/java/modules/clustering/src/org/wso2/wsas/clustering/commands/ApplyServicePolicyCommand.java (original)
+++ trunk/wsas/java/modules/clustering/src/org/wso2/wsas/clustering/commands/ApplyServicePolicyCommand.java Mon Apr 23 06:55:44 2007
@@ -86,8 +86,7 @@
// Handle new policy additions
if(!isPolicyFound){
- policyInclude.addPolicyElement(PolicyInclude.AXIS_SERVICE_POLICY,
- newPolicy);
+ policyInclude.addPolicyElement(PolicyInclude.AXIS_SERVICE_POLICY, newPolicy);
}
removeBlockAllRequestsParameter(axisService);
}
More information about the Wsas-java-dev
mailing list