Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / ConstraintType.java
index eeadeb0..77e8839 100644 (file)
@@ -69,7 +69,7 @@ public class ConstraintType implements Serializable {
        private Set<Attribute> attributes = new HashSet<>();
 
        public ConstraintType() {
-               
+               //An empty constructor
        }
 
        public ConstraintType(String constraintType) {