X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontroller%2FProducerSimulatorController.java;fp=enrichment-coordinator-service%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontroller%2FProducerSimulatorController.java;h=b6b8bc34d1a5bc19e7f40df979757abea71c38fe;hb=57b7c521ca02753b12e995ec02f3a84dddd147ce;hp=307d409189f6aa998c201805033d0da1f214bbcc;hpb=ebf3211ddd6e634ca9c0a2fec56abd1f12c7625d;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/test/java/org/oransc/enrichment/controller/ProducerSimulatorController.java b/enrichment-coordinator-service/src/test/java/org/oransc/enrichment/controller/ProducerSimulatorController.java index 307d4091..b6b8bc34 100644 --- a/enrichment-coordinator-service/src/test/java/org/oransc/enrichment/controller/ProducerSimulatorController.java +++ b/enrichment-coordinator-service/src/test/java/org/oransc/enrichment/controller/ProducerSimulatorController.java @@ -72,7 +72,7 @@ public class ProducerSimulatorController { private TestResults testResults = new TestResults(); @PostMapping(path = JOB_CREATED_URL, produces = MediaType.APPLICATION_JSON_VALUE) - @ApiOperation(value = "Callback for job creation", notes = "") + @ApiOperation(value = "Callback for EI job creation", notes = "") @ApiResponses( value = { // @ApiResponse(code = 200, message = "OK", response = void.class)}// @@ -93,7 +93,7 @@ public class ProducerSimulatorController { } @PostMapping(path = JOB_DELETED_URL, produces = MediaType.APPLICATION_JSON_VALUE) - @ApiOperation(value = "Callback for job deletion", notes = "") + @ApiOperation(value = "Callback for EI job deletion", notes = "") @ApiResponses( value = { // @ApiResponse(code = 200, message = "OK", response = void.class)}//