Reduce technical debt
[policy/engine.git] / POLICY-SDK-APP / src / main / java / org / onap / policy / model / PDPGroupContainer.java
index 5952761..d5767b4 100644 (file)
@@ -113,7 +113,7 @@ public class PDPGroupContainer extends PolicyItemSetChangeNotifier implements Po
        }
     
     public boolean isSupported(Object itemId) {
-       return (itemId instanceof OnapPDPGroup);
+       return itemId instanceof OnapPDPGroup;
     }
        
        public synchronized void refreshGroups() {