Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / RiskType.java
index 1553726..a65e41f 100644 (file)
@@ -101,7 +101,7 @@ public class RiskType implements Serializable {
        private static Log LOGGER = LogFactory.getLog(RiskType.class);
        
        public RiskType() {
-               
+               // Empty constructor
        }
        
        public RiskType(String string, String userid) {