summaryrefslogtreecommitdiffstats
path: root/cadi/core/src
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-05-18 07:26:59 -0500
committerInstrumental <jonathan.gathman@att.com>2018-05-18 07:27:06 -0500
commit88aec4e738343856f89f39972e0b87635b80e8c3 (patch)
treeadd17e2aa2315a63504bb508703108fb18704926 /cadi/core/src
parent13df7fff629c4fae42de9c619f3bd5aeeeddf04a (diff)
Remove some attisms
Issue-ID: AAF-291 Change-Id: If20e87b3e1eb5738a32be448aa8219b04bd7520f Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'cadi/core/src')
-rw-r--r--cadi/core/src/main/java/org/onap/aaf/cadi/UserChain.java2
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>]*