aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/client-kit
diff options
context:
space:
mode:
Diffstat (limited to 'appc-client/client-kit')
-rw-r--r--appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/AuditOutput.java4
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;