Annotate the "MarkDelete" interface with the @FunctionalInterface annotation 94/95194/2
authorThugutla sailakshmi <tsaila10@in.ibm.com>
Sun, 8 Sep 2019 17:40:34 +0000 (23:10 +0530)
committerThugutla Sai Lakshmi <tsaila10@in.ibm.com>
Mon, 9 Sep 2019 06:18:45 +0000 (06:18 +0000)
Annotate  interface with the @FunctionalInterface annotation

Issue-ID: AAF-876
Change-Id: I7c6fe4666efc2b6164a8e644bce3ffd733df1fb0
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
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);
     }