This is an automated email from the ASF dual-hosted git repository.
chenglei pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
new e7e122b PHOENIX-5555 Remove duplicate semicolons for import in
IndexCommitter
e7e122b is described below
commit e7e122b321784b6614a115697a2bd2fdd104021c
Author: chenglei <[email protected]>
AuthorDate: Wed Oct 30 17:58:20 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;