Fix PMD
This commit is contained in:
parent
460180b929
commit
ebd1165b66
@ -285,7 +285,7 @@ public class DownloadController implements DownloadResource {
|
||||
|
||||
TenantContext.clear();
|
||||
|
||||
return getResponseEntity(inline, new InputStreamResource((fileDownloadStream)), downloadStatus.getFilename(), MediaType.parseMediaType("application/zip"), downloadStatus.getFileSize());
|
||||
return getResponseEntity(inline, new InputStreamResource(fileDownloadStream), downloadStatus.getFilename(), MediaType.parseMediaType("application/zip"), downloadStatus.getFileSize());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user