RED-5205 - fix compile error
This commit is contained in:
parent
7058cb3035
commit
81de9adcba
@ -69,7 +69,7 @@ public interface DownloadResource {
|
||||
@Operation(summary = "Returns a downloadable byte stream of the requested file")
|
||||
@ApiResponses(value = {@ApiResponse(responseCode = "200", description = "OK"), @ApiResponse(responseCode = "404", description = "Download with this Id is no longer available")})
|
||||
@GetMapping(value = REST_PATH+"/primitive")
|
||||
void downloadFile(@RequestParam(STORAGE_ID) String storageId;
|
||||
void downloadFile(@RequestParam(STORAGE_ID) String storageId);
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user