Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
import only necessary resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayangODC committed Oct 24, 2018
1 parent 24cab17 commit 937e773
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
import java.util.concurrent.TimeUnit;
import java.util.function.Supplier;
import java.util.regex.Pattern;
import java.util.concurrent.*;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;

import com.addthis.ahocorasick.AhoCorasick;
import com.addthis.ahocorasick.SearchResult;
Expand Down

0 comments on commit 937e773

Please sign in to comment.