aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/java/org/apache/drill/exec/pop
diff options
context:
space:
mode:
authorAditya Kishore <aditya@maprtech.com>2014-06-11 20:09:10 -0700
committerAditya Kishore <aditya@maprtech.com>2014-06-12 13:02:26 -0700
commit5da52cb510b58f9f9022608cbdb4f7d9e2d5d368 (patch)
tree19fa0ab867044dbb29f50a2bb804467385d5b8e5 /exec/java-exec/src/test/java/org/apache/drill/exec/pop
parent4198a17a8b8ba9fd109e7f8a55c66d466a895c18 (diff)
DRILL-968: Use checkstyle plugin to prevent inadvertent use of shaded Guava classes
+ Disallow non-static '*' imports in handwritten code. + Updated the current code to be in compliance. + Run 'rat' plugin in 'validate' phase.
Diffstat (limited to 'exec/java-exec/src/test/java/org/apache/drill/exec/pop')
-rw-r--r--exec/java-exec/src/test/java/org/apache/drill/exec/pop/TestInjectionValue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/java-exec/src/test/java/org/apache/drill/exec/pop/TestInjectionValue.java b/exec/java-exec/src/test/java/org/apache/drill/exec/pop/TestInjectionValue.java
index 43fce83c0..ac03f7aec 100644
--- a/exec/java-exec/src/test/java/org/apache/drill/exec/pop/TestInjectionValue.java
+++ b/exec/java-exec/src/test/java/org/apache/drill/exec/pop/TestInjectionValue.java
@@ -17,7 +17,7 @@
*/
package org.apache.drill.exec.pop;
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
import java.util.List;