Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / PolicyRoles.java
index 99d6075..e7230d6 100644 (file)
@@ -73,6 +73,7 @@ public class PolicyRoles implements Serializable {
        private String role;
        
        public PolicyRoles() {
+               // Empty constructor
        }
 
        public int getId() {