| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,10 +2,8 @@ package graphql.parser | |||
| 2 | 2 | ||
| 3 | 3 | import spock.lang.Specification | |
| 4 | 4 | ||
| 5 | - import java.util.stream.Collectors | ||
| 6 | - | ||
| 7 | 5 | import static java.util.Arrays.asList | |
| 8 | - import static java.util.stream.Collectors.* | ||
| 6 | + import static java.util.stream.Collectors.joining | ||
| 9 | 7 | ||
| 10 | 8 | class StringValueParsingTest extends Specification { | |
| 11 | 9 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments