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