Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / adapter / rest / AdapterRestProperties.java
index 18e0bd8..5dcc6d5 100644 (file)
@@ -24,6 +24,7 @@ import org.onap.so.client.RestProperties;
 
 public interface AdapterRestProperties extends RestProperties {
 
-       public String getAuth();
-       public String getKey();
+    public String getAuth();
+
+    public String getKey();
 }