Merge "ApiAuthorizationCheckInterface-Fixed sonar issue"
authorRam Koya <rk541m@att.com>
Fri, 31 Aug 2018 18:47:52 +0000 (18:47 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 31 Aug 2018 18:47:52 +0000 (18:47 +0000)
src/main/java/org/onap/dmaap/dbcapi/authentication/ApiAuthorizationCheckInterface.java

index a7f0d76..1fef09d 100644 (file)
@@ -22,6 +22,7 @@ package org.onap.dmaap.dbcapi.authentication;
 
 import org.onap.dmaap.dbcapi.aaf.DmaapPerm;
 
+@FunctionalInterface
 public interface ApiAuthorizationCheckInterface {
        public void check( String mechid, String pwd, DmaapPerm p ) throws AuthenticationErrorException;