Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / ConstraintValue.java
index 57e9af8..4943a41 100644 (file)
@@ -60,6 +60,7 @@ public class ConstraintValue implements Serializable {
        private Attribute attribute;
 
        public ConstraintValue() {
+               //An empty constructor
        }
 
        public ConstraintValue(String property, String value) {