You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by bo...@apache.org on 2018/07/31 23:08:41 UTC

[drill] 01/02: DRILL-6650: Remove stray semicolon in imports for PrintingResultsListener.

This is an automated email from the ASF dual-hosted git repository.

boaz pushed a commit to branch 1.14.0
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 7dbc05657f6d4507dc89b51f6b6c8a0ec058eb0f
Author: Timothy Farkas <ti...@apache.org>
AuthorDate: Tue Jul 31 12:45:09 2018 -0700

    DRILL-6650: Remove stray semicolon in imports for PrintingResultsListener.
---
 .../src/test/java/org/apache/drill/test/PrintingResultsListener.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/java-exec/src/test/java/org/apache/drill/test/PrintingResultsListener.java b/exec/java-exec/src/test/java/org/apache/drill/test/PrintingResultsListener.java
index f5cd995..e1cfaeb 100644
--- a/exec/java-exec/src/test/java/org/apache/drill/test/PrintingResultsListener.java
+++ b/exec/java-exec/src/test/java/org/apache/drill/test/PrintingResultsListener.java
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
 package org.apache.drill.test;
-;
+
 import org.apache.drill.common.config.DrillConfig;
 import org.apache.drill.common.exceptions.UserException;
 import org.apache.drill.exec.client.LoggingResultsListener;