Annotate the "MarkDelete" interface with the @FunctionalInterface annotation
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / helpers / LastNotified.java
index 258f430..6f228e0 100644 (file)
@@ -119,6 +119,7 @@ public class LastNotified {
         return last;
     }
     
+    @FunctionalInterface
     private interface MarkDelete {
         boolean process(String fullKey, Date last);
     }