Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / MicroServiceAttribute.java
index bb05071..88db4dd 100644 (file)
@@ -58,22 +58,23 @@ public class MicroServiceAttribute implements Serializable {
        
 
        public MicroServiceAttribute() {
-               
+               //An empty constructor
        }
        public MicroServiceAttribute(String string, String userid) {
                this(domain);
                
        }
        public MicroServiceAttribute(String domain) {
-               
+               //An empty constructor
        }       
 
        @PrePersist
        public void     prePersist() {
-               
+               //An empty function
        }
        @PreUpdate
        public void preUpdate() {
+               //An empty function
        }