diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-07-23 16:35:19 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-07-23 16:36:17 -0500 |
commit | 647c1c3a8b370cf4fe2dea4160711d5a2f2ef05f (patch) | |
tree | c54863b14aa83073ed1d70173b904b1b9f005548 /cadi/oauth-enduser/src | |
parent | 5b37375d4f4e3764e10b813829881ae7217403f0 (diff) |
Developer Doc and Video
Issue-ID: AAF-361
Change-Id: I14f559a122df892733e2c94c2aed158d56ef518f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'cadi/oauth-enduser/src')
-rw-r--r-- | cadi/oauth-enduser/src/test/java/org/onap/aaf/cadi/enduser/test/SimpleRestClientExample.java | 2 |
1 files changed, 1 insertions, 1 deletions
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"); ///////////////////////////////////////////////////////////// // |