Policy 1707 commit to LF
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / openecomp / policy / std / MatchStore.java
index 2c06b9a..ac3c9e9 100644 (file)
@@ -101,7 +101,7 @@ public class MatchStore {
                }
        }
        
-       //TODO Logic changes for Requested Policies notifications.. 
+       //Logic changes for Requested Policies notifications.. 
        public static PDPNotification checkMatch(PDPNotification oldNotification) {
                boolean removed = false, updated = false;
                if(oldNotification==null){