Skip to content

Commit 16993a1

Browse files
committed
Remove unused import
1 parent c5cb7b8 commit 16993a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openpdf-core/src/main/java/org/openpdf/text/pdf/PdfBatchUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
import java.io.IOException;
5959
import java.nio.file.Files;
6060
import java.nio.file.Path;
61-
import java.time.Instant;
6261
import java.util.ArrayList;
6362
import java.util.Collection;
6463
import java.util.List;
@@ -282,5 +281,5 @@ public static int perms(boolean print, boolean modify, boolean copy, boolean ann
282281

283282
/** Small utility for closing Closeables, ignoring exceptions. */
284283
private static void closeQuietly(Closeable c) { try { if (c != null) c.close(); } catch (Exception ignored) {} }
285-
284+
286285
}

0 commit comments

Comments
 (0)