mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
Update app/core/src/main/java/stirling/software/SPDF/controller/api/MultiPageLayoutController.java
Changed error message Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9e4d764ab7
commit
3cb2832d43
@ -88,7 +88,7 @@ public class MultiPageLayoutController {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new IllegalArgumentException(
|
throw new IllegalArgumentException(
|
||||||
"Mode must be CUSTOM or DEFAULT. Null value rolls back to DEFAULT");
|
"Mode must be CUSTOM or DEFAULT");
|
||||||
}
|
}
|
||||||
|
|
||||||
MultipartFile file = request.getFileInput();
|
MultipartFile file = request.getFileInput();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user