Addressing Technical Debt for POLICY-SDK-APP
[policy/engine.git] / POLICY-SDK-APP / src / main / java / org / onap / policy / utils / PolicyItemSetChangeNotifier.java
index 92764aa..61b51cc 100644 (file)
@@ -37,6 +37,7 @@ public class PolicyItemSetChangeNotifier implements PolicyContainer.ItemSetChang
     private PolicyContainer container = null;
     
     public PolicyItemSetChangeNotifier() {
+       // Empty constructor
     }
     
     protected void setContainer(PolicyContainer c) {