X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2FErrorResponse.java;h=1539d8c2060ac0f89d44fb0aa3b77466e73f5aca;hb=8fd8e9fc86a24be49d61841e381423120a41296d;hp=d423e19fe3af3e504d6ed5563ff3caaff95d7bea;hpb=c5ea745a563f8bae0c0c3de3649a943e167f01cc;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/ErrorResponse.java b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/ErrorResponse.java index d423e19f..1539d8c2 100644 --- a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/ErrorResponse.java +++ b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/ErrorResponse.java @@ -69,7 +69,7 @@ public class ErrorResponse { } @Schema( - example = "EI job type not found", + example = "Information Job type not found", description = "A human-readable explanation specific to this occurrence of the problem.") public String getDetail() { return this.detail;