Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / adapter / ClosedLoopPerformanceMetrics.java
index 32839e9..9754646 100644 (file)
@@ -33,4 +33,8 @@ public class ClosedLoopPerformanceMetrics {
        
        public static final String CLPM_UIFIELD_GEOLINK = "Geo Link";   
        public static final String CLPM_UIJSON_GEOLINK = "geoLink";
+
+       private ClosedLoopPerformanceMetrics() {
+           // Empty constructor
+    }
 }