diff options
Diffstat (limited to 'cadi')
3 files changed, 6 insertions, 6 deletions
diff --git a/cadi/aaf/src/test/java/org/onap/aaf/cadi/aaf/test/JU_PermEval.java b/cadi/aaf/src/test/java/org/onap/aaf/cadi/aaf/test/JU_PermEval.java index 297292d7..a6c0f916 100644 --- a/cadi/aaf/src/test/java/org/onap/aaf/cadi/aaf/test/JU_PermEval.java +++ b/cadi/aaf/src/test/java/org/onap/aaf/cadi/aaf/test/JU_PermEval.java @@ -195,14 +195,14 @@ public class JU_PermEval { // CPFSF-431 Group needed help with Wild Card // They tried assertTrue(PermEval.evalInstance( - ":topic.com.att.ecomp_test.crm.pre*", - ":topic.com.att.ecomp_test.crm.predemo100" + ":topic.org.onap.sample_test.crm.pre*", + ":topic.org.onap.sample_test.crm.predemo100" )); // Also can be assertTrue(PermEval.evalInstance( - ":!topic.com.att.ecomp_test.crm.pre.*", - ":topic.com.att.ecomp_test.crm.predemo100" + ":!topic.org.onap.sample_test.crm.pre.*", + ":topic.org.onap.sample_test.crm.predemo100" )); // coverage diff --git a/cadi/client/src/main/java/org/onap/aaf/cadi/http/HSecurityInfoInit.java b/cadi/client/src/main/java/org/onap/aaf/cadi/http/HSecurityInfoInit.java index 3f3517f2..68d0f209 100644 --- a/cadi/client/src/main/java/org/onap/aaf/cadi/http/HSecurityInfoInit.java +++ b/cadi/client/src/main/java/org/onap/aaf/cadi/http/HSecurityInfoInit.java @@ -33,7 +33,7 @@ import org.onap.aaf.misc.env.APIException; /** * This class will pick out the best default SS for Clients per Client type * - * @author jg1555 + * @author Instrumental * */ public class HSecurityInfoInit implements SecurityInfoInit<HttpURLConnection> { diff --git a/cadi/oauth-enduser/src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java b/cadi/oauth-enduser/src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java index f98c76fb..c2deb458 100644 --- a/cadi/oauth-enduser/src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java +++ b/cadi/oauth-enduser/src/main/java/org/onap/aaf/cadi/enduser/SimpleRESTClient.java @@ -101,7 +101,7 @@ public class SimpleRESTClient { /** * Single Threaded Class for building up content - * @author jg1555 + * @author Instrumental * */ public static class Input { |