Sonar cleanup for PolicyEngineUtils
[policy/engine.git] / PolicyEngineUtils / src / main / java / org / onap / policy / utils / BackUpHandler.java
index f45ba56..4dfc64c 100644 (file)
@@ -30,6 +30,7 @@ public interface BackUpHandler extends NotificationHandler{
         * 
         * @param notification <code>PDPNotification</code> of {@link org.onap.policy.api.PDPNotification} is the object that has information of the notification.
         */
+       @Override
        public void notificationReceived(PDPNotification notification);
        
        /**