Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / grm / GRMProperties.java
index 1206896..615f93f 100644 (file)
@@ -23,8 +23,11 @@ package org.onap.so.client.grm;
 import org.onap.so.client.RestProperties;
 
 public interface GRMProperties extends RestProperties {
-       public String getDefaultVersion();
-       public String getAuth();
-       public String getKey();
-       public String getContentType();
+    public String getDefaultVersion();
+
+    public String getAuth();
+
+    public String getKey();
+
+    public String getContentType();
 }