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 cb27d15  PDFBOX-5660: remove exception that isn't thrown
cb27d15 is described below

commit cb27d1532a94feaa2d5a5653758b58231c069a99
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu May 14 10:57:32 2026 +0200

    PDFBOX-5660: remove exception that isn't thrown
---
 src/main/java/org/apache/pdfbox/jbig2/segments/SymbolDictionary.java | 3 +--
 1 file changed, 1 insertion(+), 2 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 2f0b78a..ab1f740 100644
--- a/src/main/java/org/apache/pdfbox/jbig2/segments/SymbolDictionary.java
+++ b/src/main/java/org/apache/pdfbox/jbig2/segments/SymbolDictionary.java
@@ -971,9 +971,8 @@ public class SymbolDictionary implements Dictionary
      * 6.5.8.2.3 - Setting SBSYMCODES and SBSYMCODELEN
      * 
      * @return Result of computing SBSYMCODELEN
-     * @throws IOException
      */
-    private int getSbSymCodeLen() throws IOException
+    private int getSbSymCodeLen()
     {
 
         final int sbSymCodeLen = (int) Math.ceil(

Reply via email to