From 647c1c3a8b370cf4fe2dea4160711d5a2f2ef05f Mon Sep 17 00:00:00 2001 From: Instrumental Date: Mon, 23 Jul 2018 16:35:19 -0500 Subject: Developer Doc and Video Issue-ID: AAF-361 Change-Id: I14f559a122df892733e2c94c2aed158d56ef518f Signed-off-by: Instrumental --- .../java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cadi/oauth-enduser/src') diff --git a/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java b/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java index 308c7c81..6cabc654 100644 --- a/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java +++ b/cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java @@ -49,7 +49,7 @@ public class SimpleRestClientExample { + "where \"aaf hello machine\" is an aaf Installation you know about."); } else { - SimpleRESTClient restClient = cf.simpleRESTClient(urlString,"org.osaaf.clamp"); + SimpleRESTClient restClient = cf.simpleRESTClient(urlString,"org.osaaf.aaf"); ///////////////////////////////////////////////////////////// // -- cgit 1.2.3-korg