Fixed the Sonar technical debt.
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / jpa / FunctionDefinition.java
index c3dfcaa..d2fa034 100644 (file)
@@ -81,6 +81,7 @@ public class FunctionDefinition implements Serializable {
        private List<FunctionArgument> functionArguments;
 
        public FunctionDefinition() {
+               //An empty constructor
        }
 
        public int getId() {