Skip to content

Commit

Permalink
#156: Throw Exception if PdfWriter.close() is called directly (#1081)
Browse files Browse the repository at this point in the history
* #156: Throw Exception if PdfWriter.close() is called directly

- Throw an IllegalStateException if PdfWriter.close() is called before
  Document.close() is called.
- Delete old *.lng files in src/main/java
- Update *.lng files in src/main/resources
- BoyScout rule in PdfWriter

* #156: Throw Exception if PdfWriter.close() is called directly

- Codacy Issues

(cherry picked from commit 6c675f7)
  • Loading branch information
asturio committed Feb 26, 2024
1 parent cc69afe commit 63a678d
Show file tree
Hide file tree
Showing 8 changed files with 1,306 additions and 1,749 deletions.
407 changes: 0 additions & 407 deletions openpdf/src/main/java/com/lowagie/text/error_messages/en.lng

This file was deleted.

407 changes: 0 additions & 407 deletions openpdf/src/main/java/com/lowagie/text/error_messages/nl.lng

This file was deleted.

8 changes: 0 additions & 8 deletions openpdf/src/main/java/com/lowagie/text/error_messages/pt.lng

This file was deleted.

Loading

0 comments on commit 63a678d

Please sign in to comment.