re base code
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / IOperationParameter.java
index 1419353..6fbad20 100644 (file)
@@ -25,13 +25,13 @@ package org.openecomp.sdc.be.model;
  * a PropertyDefinition.
  */
 public interface IOperationParameter {
-       /**
-        * Allow to know if the operation parameter is a property definition or a
-        * property value. Only parameter exposed as property definitions can be
-        * used for "custom" operations.
-        *
-        * @return true if the operation parameter is a property definition and
-        *         false if the parameter is a property value.
-        */
-       boolean isDefinition();
+    /**
+     * Allow to know if the operation parameter is a property definition or a
+     * property value. Only parameter exposed as property definitions can be
+     * used for "custom" operations.
+     *
+     * @return true if the operation parameter is a property definition and
+     *         false if the parameter is a property value.
+     */
+    boolean isDefinition();
 }