This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git
The following commit(s) were added to refs/heads/master by this push:
new e0dd8cf PDFBOX-5660: remove exception that isn't thrown
e0dd8cf is described below
commit e0dd8cf03a135701a5d0c0ef5f05110906508968
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri May 15 16:28:07 2026 +0200
PDFBOX-5660: remove exception that isn't thrown
---
src/main/java/org/apache/pdfbox/jbig2/segments/SymbolDictionary.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/src/main/java/org/apache/pdfbox/jbig2/segments/SymbolDictionary.java
b/src/main/java/org/apache/pdfbox/jbig2/segments/SymbolDictionary.java
index a647c3f..b226084 100644
--- a/src/main/java/org/apache/pdfbox/jbig2/segments/SymbolDictionary.java
+++ b/src/main/java/org/apache/pdfbox/jbig2/segments/SymbolDictionary.java
@@ -547,7 +547,6 @@ public class SymbolDictionary implements Dictionary
private void decodeHeightClassBitmap(final Bitmap
heightClassCollectiveBitmap,
final int heightClassFirstSymbol, final int heightClassHeight,
final int[] newSymbolsWidths)
- throws IOException
{
for (int i = heightClassFirstSymbol; i < amountOfDecodedSymbols; i++)
@@ -813,8 +812,7 @@ public class SymbolDictionary implements Dictionary
return 0;
}
- private long decodeHeightClassDeltaHeight()
- throws IOException, InvalidHeaderValueException
+ private long decodeHeightClassDeltaHeight() throws IOException
{
if (isHuffmanEncoded)
{