Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / PIPType.java
index 0ef4388..61ab9ff 100644 (file)
@@ -63,6 +63,7 @@ public class PIPType implements Serializable {
        private Set<PIPConfiguration> pipconfigurations;
 
        public PIPType() {
+               // Empty constructor
        }
 
        public int getId() {