Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / adapter / ClosedLoopPolicy.java
index a230db8..ea1cfb5 100644 (file)
@@ -58,4 +58,7 @@ public class ClosedLoopPolicy {
        public static final String CLFAULT_UIFIELD_POLICY_STATUS_INACTIVE = "InActive";
        public static final String CLFAULT_UIJSON_POLICY_STATUS_INACTIVE = "INACTIVE";
 
+       private ClosedLoopPolicy(){
+               // Empty constructor
+       }
 }