Merge "Annotate the "MarkDelete" interface with the @FunctionalInterface annotation"
authorJonathan Gathman <jonathan.gathman@att.com>
Tue, 17 Sep 2019 08:08:15 +0000 (08:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 17 Sep 2019 08:08:15 +0000 (08:08 +0000)
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);
     }