Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/871#discussion_r157390803 --- Diff: metron-analytics/metron-profiler-client/src/test/java/org/apache/metron/profiler/client/stellar/GetProfileTest.java --- @@ -39,11 +39,7 @@ import org.junit.Before; import org.junit.Test; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; -import java.util.Map; +import java.util.*; --- End diff -- Wildcard imports are frowned upon with the Google Style Guide.
---