diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-05-18 07:26:59 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-05-18 07:27:06 -0500 |
commit | 88aec4e738343856f89f39972e0b87635b80e8c3 (patch) | |
tree | add17e2aa2315a63504bb508703108fb18704926 /cadi/core | |
parent | 13df7fff629c4fae42de9c619f3bd5aeeeddf04a (diff) |
Remove some attisms
Issue-ID: AAF-291
Change-Id: If20e87b3e1eb5738a32be448aa8219b04bd7520f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'cadi/core')
-rw-r--r-- | cadi/core/src/main/java/org/onap/aaf/cadi/UserChain.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cadi/core/src/main/java/org/onap/aaf/cadi/UserChain.java b/cadi/core/src/main/java/org/onap/aaf/cadi/UserChain.java index e423b8b1..9d8f2b04 100644 --- a/cadi/core/src/main/java/org/onap/aaf/cadi/UserChain.java +++ b/cadi/core/src/main/java/org/onap/aaf/cadi/UserChain.java @@ -28,7 +28,7 @@ package org.onap.aaf.cadi; * * Where * APP is name suitable for Logging (i.e. official App Acronym) - * ID is official User or MechID, best if includes Identity Source (i.e. ab1234@csp.att.com) + * ID is official User or MechID, best if includes Identity Source (i.e. ab1234@people.osaaf.org) * Protocol is the Security protocol, * * Format:<ID>:<APP>:<protocol>[:AS][,<ID>:<APP>:<protocol>]* |