RED-2403 Removed blank
This commit is contained in:
parent
8b0d5b63d5
commit
939a2a5752
@ -118,7 +118,7 @@ public class ReportTemplateController implements ReportTemplateResource {
|
|||||||
if (StringUtils.isEmpty(fileNameWithoutEnding) || StringUtils.isEmpty(fileEnding)) {
|
if (StringUtils.isEmpty(fileNameWithoutEnding) || StringUtils.isEmpty(fileEnding)) {
|
||||||
throw new BadRequestException("FileName is not correct.");
|
throw new BadRequestException("FileName is not correct.");
|
||||||
}
|
}
|
||||||
return fileNameWithoutEnding + "(multifile)" + fileEnding;
|
return fileNameWithoutEnding + "(multifile)" + fileEnding;
|
||||||
} else {
|
} else {
|
||||||
return reportTemplateUploadRequest.getFileName();
|
return reportTemplateUploadRequest.getFileName();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user