diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2019-01-22 12:01:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-22 12:01:34 +0000 |
commit | 623526dd133a522db9f3b2bde29c0d8f67de4f68 (patch) | |
tree | 5582a789c61b882b66a61ed9bf1808eeae626d48 | |
parent | 9076ab59dd12c15163fe3db948ab554557d545d6 (diff) | |
parent | 5156a86fbe603d7796412d20ededab269e772122 (diff) |
Merge "Sonar Fix - Key.java"
-rw-r--r-- | auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Key.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Key.java b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Key.java index fb43a425..1ee655f4 100644 --- a/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Key.java +++ b/auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/actions/Key.java @@ -3,6 +3,8 @@ * org.onap.aaf * =========================================================================== * Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. + * + * Modifications Copyright (C) 2019 IBM. * =========================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,6 +23,7 @@ package org.onap.aaf.auth.batch.actions; +@FunctionalInterface public interface Key<HELPER> { public String key(HELPER H); } |