Skip to content

Commit

Permalink
PDFBOX-5657: remove unused
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1920190 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Aug 26, 2024
1 parent fc78e64 commit 40576c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pdfbox/src/main/java/org/apache/pdfbox/filter/JPXFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
import javax.imageio.stream.ImageInputStream;
import javax.imageio.stream.MemoryCacheImageInputStream;

import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;

import org.apache.pdfbox.cos.COSDictionary;
import org.apache.pdfbox.cos.COSName;
import org.apache.pdfbox.pdmodel.graphics.color.PDJPXColorSpace;
Expand All @@ -58,8 +55,6 @@
*/
public final class JPXFilter extends Filter
{
private static final Logger LOG = LogManager.getLogger(JPXFilter.class);

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 40576c4

Please sign in to comment.