You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2019/10/30 10:25:48 UTC

[phoenix] branch master updated: PHOENIX-5555 Remove duplicate semicolons for import in IndexCommitter

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2e60f77  PHOENIX-5555 Remove duplicate semicolons for import in IndexCommitter
2e60f77 is described below

commit 2e60f771379327648af722427c8f29f6b77945f9
Author: chenglei <ch...@apache.org>
AuthorDate: Wed Oct 30 18:24:48 2019 +0800

    PHOENIX-5555 Remove duplicate semicolons for import in IndexCommitter
---
 .../main/java/org/apache/phoenix/hbase/index/write/IndexCommitter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/IndexCommitter.java b/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/IndexCommitter.java
index 10ad290..8167bfc 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/IndexCommitter.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/write/IndexCommitter.java
@@ -21,7 +21,7 @@ import org.apache.hadoop.hbase.Stoppable;
 import org.apache.hadoop.hbase.client.Mutation;
 import org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment;
 
-import com.google.common.collect.Multimap;;
+import com.google.common.collect.Multimap;
 import org.apache.phoenix.hbase.index.table.HTableInterfaceReference;
 
 import java.io.IOException;