mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-07-23 13:45:21 +00:00
🤖 format everything with pre-commit by stirlingbot (#3995)
Auto-generated by [create-pull-request][1] with **stirlingbot** [1]: https://github.com/peter-evans/create-pull-request Signed-off-by: stirlingbot[bot] <stirlingbot[bot]@users.noreply.github.com> Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c553c61376
commit
361151e9a7
@ -67,7 +67,7 @@ public class StampController {
|
|||||||
if (pdfFileName.contains("..") || pdfFileName.startsWith("/")) {
|
if (pdfFileName.contains("..") || pdfFileName.startsWith("/")) {
|
||||||
throw new IllegalArgumentException("Invalid PDF file path");
|
throw new IllegalArgumentException("Invalid PDF file path");
|
||||||
}
|
}
|
||||||
|
|
||||||
String stampType = request.getStampType();
|
String stampType = request.getStampType();
|
||||||
String stampText = request.getStampText();
|
String stampText = request.getStampText();
|
||||||
MultipartFile stampImage = request.getStampImage();
|
MultipartFile stampImage = request.getStampImage();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user