Skip to content

Commit

Permalink
Revert wildcard usage for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sg012265 committed Oct 30, 2017
1 parent ab24e6e commit 35ba267
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/test/java/org/kohsuke/github/GitHubTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.*;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;

import com.google.common.collect.Iterables;
import org.junit.Test;
Expand Down

0 comments on commit 35ba267

Please sign in to comment.