mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
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:
parent
35ab667bfb
commit
c81cbb10c4
@ -628,7 +628,6 @@ public class RedactController {
|
|||||||
if (fallbackDocument == null) {
|
if (fallbackDocument == null) {
|
||||||
document.close();
|
document.close();
|
||||||
}
|
}
|
||||||
document.close();
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
log.warn("Failed to close main document: {}", e.getMessage());
|
log.warn("Failed to close main document: {}", e.getMessage());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user