Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / ClosedLoopSite.java
index 6fbf9fb..c3acf9a 100644 (file)
@@ -105,7 +105,7 @@ public class ClosedLoopSite implements Serializable{
        private static Log LOGGER = LogFactory.getLog(ClosedLoopSite.class);
        
        public ClosedLoopSite(){
-               
+               //An empty constructor
        }
        
        public ClosedLoopSite(String string, String userid) {