Commit ef47b049 authored by Konstantinos Poulakakis's avatar Konstantinos Poulakakis
Browse files

TMF 673 remove unnecessary annotation from delete method.

parent 177291ee
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -59,8 +59,7 @@ public interface GeographicAddressValidationManagementApi {
            @ApiResponse(responseCode = "409", description = "Conflict" ),
            @ApiResponse(responseCode = "500", description = "Internal Server Error" ) })
    @DeleteMapping(value = "/geographicAddressValidation/{id}",
            produces = { "application/json" },
            consumes = { "application/json" })
            produces = { "application/json" })
    ResponseEntity<Void> deleteGeographicAddressValidation(@Parameter(description = "Identifier of the Geographic address", required = true) @PathVariable("id") String id);