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:
OUNZAR Aymane 2025-11-05 12:13:33 +01:00 committed by GitHub
parent 9e4d764ab7
commit 3cb2832d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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