Skip to content

Commit

Permalink
Merge pull request #1460 from Friendseeker/unused-import-2
Browse files Browse the repository at this point in the history
[1.x] Remove unused `java.util.zip.ZipError` import
  • Loading branch information
eed3si9n authored Oct 15, 2024
2 parents 27216b5 + 528970b commit feb8a79
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.*;
import java.util.zip.ZipError;
import java.util.zip.ZipException;

import static java.nio.file.StandardOpenOption.READ;
Expand Down

0 comments on commit feb8a79

Please sign in to comment.