From 320159500963f61fbfe45cfc719fe1581d10a984 Mon Sep 17 00:00:00 2001 From: Takamune Cho Date: Tue, 19 Dec 2017 08:22:34 -0600 Subject: Update files with proper formatting Change-Id: I89e045a3a60521582044506b3bdc27239a2f7dee Issue-ID: APPC-305 Signed-off-by: Takamune Cho --- .../src/main/java/org/onap/appc/client/lcm/model/AuditOutput.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appc-client/client-kit') 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; -- cgit 1.2.3-korg