Skip to content

Commit

Permalink
Replace * import with explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Dec 29, 2015
1 parent 6dd1eb0 commit c813d21
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
import org.elasticsearch.test.ESIntegTestCase;
import org.hamcrest.Matcher;

import java.util.*;
import java.util.Collections;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
Expand Down

0 comments on commit c813d21

Please sign in to comment.