diff options
author | Takamune Cho <tc012c@att.com> | 2017-12-19 08:22:34 -0600 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-19 16:42:15 +0000 |
commit | 320159500963f61fbfe45cfc719fe1581d10a984 (patch) | |
tree | 2252e95bb45fd29d5ab9785bc792da93d446eb40 /appc-client/client-kit/src/main/java/org | |
parent | 49f9de63c3d04a2f6ccd3a81e88a01febe185fd9 (diff) |
Update files with proper formatting
Change-Id: I89e045a3a60521582044506b3bdc27239a2f7dee
Issue-ID: APPC-305
Signed-off-by: Takamune Cho <tc012c@att.com>
Diffstat (limited to 'appc-client/client-kit/src/main/java/org')
-rw-r--r-- | appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/AuditOutput.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/AuditOutput.java b/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/AuditOutput.java index 8f573285e..deacf177b 100644 --- a/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/AuditOutput.java +++ b/appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/AuditOutput.java @@ -59,14 +59,14 @@ public class AuditOutput { } /** - * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ECOMP Distribution Consumer Interface Agreement + * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ONAP Distribution Consumer Interface Agreement */ public Status getStatus() { return status; } /** - * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ECOMP Distribution Consumer Interface Agreement + * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ONAP Distribution Consumer Interface Agreement */ public void setStatus(Status status) { this.status = status; |