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 4de0c21  PDFBOX-6199: remove unused imports
4de0c21 is described below

commit 4de0c218adaf50e08bed13e82f49a5c69a8629a3
Author: Maruan Sahyoun <[email protected]>
AuthorDate: Tue May 12 13:14:37 2026 +0200

    PDFBOX-6199: remove unused imports
---
 src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java 
b/src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java
index ccded2a..28da5d2 100644
--- a/src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java
+++ b/src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java
@@ -17,7 +17,6 @@
 
 package org.apache.pdfbox.jbig2;
 
-import java.awt.image.BufferedImage;
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FilenameFilter;
@@ -26,7 +25,6 @@ import java.io.InputStream;
 import javax.imageio.ImageIO;
 import javax.imageio.stream.ImageInputStream;
 import org.apache.pdfbox.jbig2.err.JBIG2Exception;
-import org.apache.pdfbox.jbig2.image.Bitmaps;
 
 import static org.junit.Assert.assertEquals;
 import org.junit.Test;

Reply via email to