Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / serialization / queryformats / utils / UrlBuilder.java
index 2d37f1b..3fcecf6 100644 (file)
@@ -57,8 +57,8 @@ public class UrlBuilder {
             String basePath) throws AAIException {
         this.serializer = serializer;
         this.version = version;
-        if(serverBase == null){
-           this.serverBase = getServerBase();
+        if (serverBase == null) {
+            this.serverBase = getServerBase();
         } else {
             this.serverBase = serverBase;
         }