Repository: incubator-geode Updated Branches: refs/heads/feature/GEM-1032 3bc7bc68e -> 2c47e5c46
Remove unused imports Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ed1defc2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ed1defc2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ed1defc2 Branch: refs/heads/feature/GEM-1032 Commit: ed1defc29453b0284bf869bea7de8f5b9cabbe66 Parents: 3bc7bc6 Author: Kirk Lund <[email protected]> Authored: Fri Oct 7 10:26:01 2016 -0700 Committer: Kirk Lund <[email protected]> Committed: Fri Oct 7 10:26:01 2016 -0700 ---------------------------------------------------------------------- .../internal/DistributionConfigGetSecurityPropsTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ed1defc2/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionConfigGetSecurityPropsTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionConfigGetSecurityPropsTest.java b/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionConfigGetSecurityPropsTest.java index 98dd8b8..644aeb2 100644 --- a/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionConfigGetSecurityPropsTest.java +++ b/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionConfigGetSecurityPropsTest.java @@ -21,10 +21,8 @@ import static org.apache.geode.distributed.internal.DistributionConfig.*; import static org.assertj.core.api.Assertions.*; import java.util.Iterator; -import java.util.Map; import java.util.Properties; -import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.experimental.categories.Category;
