Replaced all tabs with spaces in java and pom.xml
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / onap / so / client / dmaapproperties / DefaultDmaapPropertiesImpl.java
index c5f08d4..b037a86 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.so.client.dmaapproperties;
 
 import org.onap.so.client.dmaap.DmaapProperties;
-
 import java.util.Map;
 
 public class DefaultDmaapPropertiesImpl implements DmaapProperties {
 
-       private final Map<String, String> properties;
+    private final Map<String, String> properties;
 
-       public DefaultDmaapPropertiesImpl() {
-               this.properties = new DmaapPropertiesMap();
-       }
+    public DefaultDmaapPropertiesImpl() {
+        this.properties = new DmaapPropertiesMap();
+    }
 
-       @Override
-       public Map<String, String> getProperties() {
-               return properties;
-       } 
+    @Override
+    public Map<String, String> getProperties() {
+        return properties;
+    }
 
 }