Fix new sonar issue in listener 66/79666/1
authorJim Hahn <jrh3@att.com>
Tue, 5 Mar 2019 00:46:57 +0000 (19:46 -0500)
committerJim Hahn <jrh3@att.com>
Tue, 5 Mar 2019 00:46:57 +0000 (19:46 -0500)
Change-Id: I0d718ace3099bfa33508b11beece58447c0943ff
Issue-ID: POLICY-1444
Signed-off-by: Jim Hahn <jrh3@att.com>
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/listeners/TypedMessageListener.java

index ab38120..eea1622 100644 (file)
@@ -27,6 +27,7 @@ import org.onap.policy.common.endpoints.event.comm.Topic.CommInfrastructure;
  *
  * @param <T> type of message/POJO this handles
  */
+@FunctionalInterface
 public interface TypedMessageListener<T> {
 
     /**