code cleanup

This commit is contained in:
anhefti 2022-06-27 13:25:28 +02:00
parent ae9fd0636a
commit 34e4280a76

View file

@ -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",