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