Remove commented out code to fix sonar warnings
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / action / Action.java
index c1c38aa76c85412ea7db20848580e6b490e822fa..cd3e45492da523534342dcb98514d5addd628bfc 100644 (file)
@@ -37,11 +37,6 @@ public abstract class Action implements Serializable {
     public Action() {
     }
 
-    /*
-     * public Action (ActionType type, Object value) { this.type = type;
-     * this.value = value; this.isValid = true; }
-     */
-
     /**
      * Checks if the passed value is in the valid range for this action
      *