summaryrefslogtreecommitdiffstats
path: root/auth/auth-batch
diff options
context:
space:
mode:
authorThugutla sailakshmi <tsaila10@in.ibm.com>2019-09-08 23:10:34 +0530
committerThugutla Sai Lakshmi <tsaila10@in.ibm.com>2019-09-09 06:18:45 +0000
commitc0d8536764eeddaa269648f79109845172781dd3 (patch)
treee6187d381495960132b2b17071883b70781a8fcb /auth/auth-batch
parent2af87c916eab47e3e6bb9805dadb9f5434923927 (diff)
Annotate the "MarkDelete" interface with the @FunctionalInterface annotation
Annotate interface with the @FunctionalInterface annotation Issue-ID: AAF-876 Change-Id: I7c6fe4666efc2b6164a8e644bce3ffd733df1fb0 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Diffstat (limited to 'auth/auth-batch')
-rw-r--r--auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java
index 258f430e..6f228e08 100644
--- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java
+++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/LastNotified.java
@@ -119,6 +119,7 @@ public class LastNotified {
return last;
}
+ @FunctionalInterface
private interface MarkDelete {
boolean process(String fullKey, Date last);
}