Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / aai / AAIProperties.java
index 9f67082..6505818 100644 (file)
@@ -24,11 +24,14 @@ import org.onap.so.client.RestProperties;
 
 public interface AAIProperties extends RestProperties {
 
-       public AAIVersion getDefaultVersion();
-       public String getAuth();
-       public String getKey();
-       @Override
-       public default boolean mapNotFoundToEmpty() {
-               return true;
-       }
+    public AAIVersion getDefaultVersion();
+
+    public String getAuth();
+
+    public String getKey();
+
+    @Override
+    public default boolean mapNotFoundToEmpty() {
+        return true;
+    }
 }