Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / MicroServiceModels.java
index 5137997..ff4028f 100644 (file)
@@ -117,10 +117,11 @@ public class MicroServiceModels implements Serializable{
        }
        
        public MicroServiceModels(){
+               //An empty constructor
        }
        
        public MicroServiceModels(String userid){
-       
+               //An empty constructor
        }
 
        public String getAttributes() {