Author: asoldano
Date: 2015-06-08 08:45:25 -0400 (Mon, 08 Jun 2015)
New Revision: 19781
Modified:
common/trunk/src/main/java/org/jboss/ws/common/management/AbstractServerConfig.java
Log:
Fix indentation
Modified:
common/trunk/src/main/java/org/jboss/ws/common/management/AbstractServerConfig.java
===================================================================
---
common/trunk/src/main/java/org/jboss/ws/common/management/AbstractServerConfig.java 2015-06-05
12:23:50 UTC (rev 19780)
+++
common/trunk/src/main/java/org/jboss/ws/common/management/AbstractServerConfig.java 2015-06-08
12:45:25 UTC (rev 19781)
@@ -273,23 +273,24 @@
public String getWebServicePathRewriteRule()
{
- return webServicePathRewriteRule;
+ return webServicePathRewriteRule;
}
public void setWebServicePathRewriteRule(String path)
{
- setWebServicePathRewriteRule(path, null);
+ setWebServicePathRewriteRule(path, null);
}
public void setWebServicePathRewriteRule(String path, UpdateCallbackHandler uch)
{
- synchronized (webServicePathRewriteRuleLock) {
- if (uch != null)
- {
- uch.onBeforeUpdate();
- }
- this.webServicePathRewriteRule = path;
- }
+ synchronized (webServicePathRewriteRuleLock)
+ {
+ if (uch != null)
+ {
+ uch.onBeforeUpdate();
+ }
+ this.webServicePathRewriteRule = path;
+ }
}
public String getWebServiceUriScheme()
Show replies by date