From: Thugutla sailakshmi Date: Sun, 8 Sep 2019 17:40:34 +0000 (+0530) Subject: Annotate the "MarkDelete" interface with the @FunctionalInterface annotation X-Git-Tag: 2.1.17~141^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=c0d8536764eeddaa269648f79109845172781dd3 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 --- 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); }