Sync the latest code changes
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / util / AAIApiServerURLBase.java
index 45f671e..e458c4f 100644 (file)
@@ -73,8 +73,7 @@ public class AAIApiServerURLBase {
         */
        public static String get(Version v) throws AAIException {
                String hostName = null;
-           hostName = AAIApiServerURLBase.get();
-               
+               hostName = AAIApiServerURLBase.get();
                return hostName;
        }