Update app/core/src/main/java/stirling/software/SPDF/controller/api/security/RedactController.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Balázs Szücs 2025-07-18 19:04:50 +02:00 committed by GitHub
parent 35ab667bfb
commit c81cbb10c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -628,7 +628,6 @@ public class RedactController {
if (fallbackDocument == null) {
document.close();
}
document.close();
} catch (IOException e) {
log.warn("Failed to close main document: {}", e.getMessage());
}