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