Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / dmaap / DmaapProperties.java
index 161608d..604f2b3 100644 (file)
@@ -24,9 +24,10 @@ import java.util.Map;
 
 public interface DmaapProperties {
 
-       /**
-        * A map of strings which contains the properties for a dmaap client
-        * @return
-        */
-       public Map<String, String> getProperties();
+    /**
+     * A map of strings which contains the properties for a dmaap client
+     * 
+     * @return
+     */
+    public Map<String, String> getProperties();
 }