re base code
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / PropertyValueDefinition.java
index bc22e55..a10c1e0 100644 (file)
@@ -24,19 +24,19 @@ import org.openecomp.sdc.be.datatypes.elements.InputsValueDataDefinition;
 
 public class PropertyValueDefinition extends InputsValueDataDefinition implements IOperationParameter {
 
-       public PropertyValueDefinition() {
-               super();
-       }
+    public PropertyValueDefinition() {
+        super();
+    }
 
-       public PropertyValueDefinition(String name, String value) {
-               super(name, value);
+    public PropertyValueDefinition(String name, String value) {
+        super(name, value);
 
-       }
+    }
 
-       @Override
-       public boolean isDefinition() {
-               // TODO Auto-generated method stub
-               return false;
-       }
+    @Override
+    public boolean isDefinition() {
+        // TODO Auto-generated method stub
+        return false;
+    }
 
 }