[AAI-191 Amsterdam] Refactor import statements
[aai/aai-common.git] / aai-core / src / main / java / org / openecomp / aai / util / AAIApiServerURLBase.java
index 38419cb..12a2c06 100644 (file)
@@ -72,8 +72,8 @@ public class AAIApiServerURLBase {
         */
        public static String get(Version v) throws AAIException {
                String hostName = null;
-               hostName = AAIApiServerURLBase.get();
-
+           hostName = AAIApiServerURLBase.get();
+               
                return hostName;
        }