Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / PIPResolverParam.java
index 8dec791..3db0e0f 100644 (file)
@@ -58,6 +58,7 @@ public class PIPResolverParam implements Serializable {
        private PIPResolver pipresolver;
 
        public PIPResolverParam() {
+               // Empty constructor
        }
 
        public PIPResolverParam(String name) {