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

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

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

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

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

    DRILL-6650: Remove stray semicolon in imports for PrintingResultsListener.
    
    closes #1410
---
 .../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;