RED-5205 - fix compile error

This commit is contained in:
Andrei Isvoran 2023-09-14 15:18:37 +03:00
parent 7058cb3035
commit 81de9adcba

View File

@ -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);