Added EI Job jobTarget
[nonrtric.git] / enrichment-coordinator-service / src / main / java / org / oransc / enrichment / controllers / ErrorResponse.java
index edaa3bb..c90a649 100644 (file)
@@ -61,7 +61,7 @@ public class ErrorResponse {
         }
 
         @ApiModelProperty(
-            example = "503",
+            example = "404",
             value = "The HTTP status code generated by the origin server for this occurrence of the problem.")
         public Integer getStatus() {
             return status;
@@ -73,7 +73,6 @@ public class ErrorResponse {
         public String getDetail() {
             return this.detail;
         }
-
     }
 
     @ApiModelProperty(value = "message")