Skip to content

Commit

Permalink
TIKA-4199: remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Feb 20, 2024
1 parent 0934aea commit 1617c92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;

/**
* Very slight modification of Commons' BoundedInputStream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.charset.Charset;
import java.util.Collections;
import java.util.Date;
Expand Down

0 comments on commit 1617c92

Please sign in to comment.