Replaced all tabs with spaces in java and pom.xml
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / onap / so / client / restproperties / UrnPropertiesReaderWrapper.java
index 030eff9..5cd567a 100644 (file)
@@ -24,7 +24,7 @@ import org.onap.so.bpmn.core.UrnPropertiesReader;
 
 public class UrnPropertiesReaderWrapper {
 
-       public String getVariable(String key) {
-               return UrnPropertiesReader.getVariable(key);
-       }
+    public String getVariable(String key) {
+        return UrnPropertiesReader.getVariable(key);
+    }
 }