X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2Fr1consumer%2FConsumerJobStatus.java;h=3e8bb88422691a6bbc5c76f78d1540f0ac951a7b;hb=f1cee0f81c6bc482f73182c8f4c903e8376381e8;hp=84f605b9e23fdd4cb135583c52b6c560768810e0;hpb=9cd4d7948e24a7f77b2c207c4f37999878373260;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1consumer/ConsumerJobStatus.java b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1consumer/ConsumerJobStatus.java index 84f605b9..3e8bb884 100644 --- a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1consumer/ConsumerJobStatus.java +++ b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/r1consumer/ConsumerJobStatus.java @@ -34,16 +34,16 @@ import org.immutables.gson.Gson; public class ConsumerJobStatus { @Gson.TypeAdapters - @Schema(name = "info_job_status_values", description = "Allowed values for Information Job status") + @Schema(name = "info_job_status_values", description = OPERATIONAL_STATE_DESCRIPTION) public enum InfoJobStatusValues { ENABLED, DISABLED } - private static final String OPERATIONAL_STATE_DESCRIPTION = "values:\n" // - + "ENABLED: the A1-Information producer is able to deliver result for the Information Job\n" // + private static final String OPERATIONAL_STATE_DESCRIPTION = "Allowed values:
" // + + "ENABLED: the A1-Information producer is able to deliver result for the Information Job
" // + "DISABLED: the A1-Information producer is unable to deliver result for the Information Job"; - private static final String PRODUCERS_DESCRIPTION = "An array of all registerred Information Producer Identifiers."; + private static final String PRODUCERS_DESCRIPTION = "An array of all registered Information Producer Identifiers."; @Schema(name = "info_job_status", description = OPERATIONAL_STATE_DESCRIPTION, required = true) @SerializedName("info_job_status")