summaryrefslogtreecommitdiffstats
path: root/auth/auth-core
diff options
context:
space:
mode:
authorThugutla sailakshmi <tsaila10@in.ibm.com>2019-10-31 17:08:17 +0530
committerJonathan Gathman <jonathan.gathman@att.com>2019-11-06 12:52:32 +0000
commit3231bde952f38ecfbd1aeda1bf7d22025eb5c7d9 (patch)
tree2788681fcfacd760aabef012d931f8349b1f6646 /auth/auth-core
parentf5fdc4f2d1f87001364ccf462c1398a10e84fdcf (diff)
make class and interface
Issue-ID: AAF-876 Change-Id: Ife0638c69c55986b1cb1f78fe23e63d0ba4f22ab Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Diffstat (limited to 'auth/auth-core')
-rw-r--r--auth/auth-core/src/main/java/org/onap/aaf/auth/layer/DirectIntrospectImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-core/src/main/java/org/onap/aaf/auth/layer/DirectIntrospectImpl.java b/auth/auth-core/src/main/java/org/onap/aaf/auth/layer/DirectIntrospectImpl.java
index dd3a14d9..1dea281f 100644
--- a/auth/auth-core/src/main/java/org/onap/aaf/auth/layer/DirectIntrospectImpl.java
+++ b/auth/auth-core/src/main/java/org/onap/aaf/auth/layer/DirectIntrospectImpl.java
@@ -21,6 +21,6 @@
package org.onap.aaf.auth.layer;
-public class DirectIntrospectImpl {
+public interface DirectIntrospectImpl {
}