mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 08:48:51 -05:00
organize imports
This commit is contained in:
parent
d28861cdd3
commit
bdd7e6c245
@ -19,7 +19,6 @@ import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.Map;
|
||||
|
@ -1,7 +1,6 @@
|
||||
package net.filebot.similarity;
|
||||
|
||||
import static java.lang.Math.*;
|
||||
import static java.util.Arrays.*;
|
||||
import static java.util.Collections.*;
|
||||
import static java.util.regex.Pattern.*;
|
||||
import static net.filebot.media.MediaDetection.*;
|
||||
|
Loading…
Reference in New Issue
Block a user