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