X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faaf%2Fauth%2Frserv%2FTypedCode.java;h=6f1372f3e957aa0fe5900b072194a63a24348d43;hb=5e0e574432dabcba1fb4a84a752b000b466999bd;hp=1a66cf7d5a8cf41c9fc6e6a7e9ed74f2edea1d15;hpb=8499b068f18fc50aa82cb8489178a969e0fada7c;p=aaf%2Fauthz.git diff --git a/auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/TypedCode.java b/auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/TypedCode.java index 1a66cf7d..6f1372f3 100644 --- a/auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/TypedCode.java +++ b/auth/auth-core/src/main/java/org/onap/aaf/auth/rserv/TypedCode.java @@ -128,7 +128,7 @@ public class TypedCode extends Content { return type.y.y.add(new Pair(tag,"version".equals(tag)?new Version(value):value)); } - public Pair, List>>> prep(TRANS trans, String compare) throws IOException, ServletException { + public Pair, List>>> prep(TRANS trans, String compare){ Pair, List>>> c,rv=null; if (types.size()==1 && "".equals((c=types.get(0)).x)) { // if there are no checks for type, skip rv = c;