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