code cleanup
This commit is contained in:
parent
ae9fd0636a
commit
34e4280a76
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public class WebserviceInfo {
|
|||
this.contextPath = environment.getProperty(WEB_SERVICE_CONTEXT_PATH, "");
|
||||
this.webserviceUUID = UUID.randomUUID().toString()
|
||||
+ Constants.UNDERLINE
|
||||
+ this.getSEBServerVersion();
|
||||
+ this.sebServerVersion;
|
||||
|
||||
this.distributedUpdateInterval = environment.getProperty(
|
||||
"sebserver.webservice.distributed.updateInterval",
|
||||
|
|
Loading…
Reference in a new issue