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

psomogyi pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 6df26a1  HBASE-21818 Incorrect list item in javadoc
6df26a1 is described below

commit 6df26a1ef9d4a4a54fc824b5e4990030be5d50fb
Author: iamgd67 <iamg...@sina.com>
AuthorDate: Mon Apr 8 14:53:01 2019 +0200

    HBASE-21818 Incorrect list item in javadoc
    
    Signed-off-by: Peter Somogyi <psomo...@apache.org>
---
 hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
index 2fc9a24..e8b9a81 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
@@ -715,7 +715,7 @@ public class HMaster extends HRegionServer implements 
MasterServices, Server {
    * <li>Set cluster as UP in ZooKeeper</li>
    * <li>Wait for RegionServers to check-in</li>
    * <li>Split logs and perform data recovery, if necessary</li>
-   * <li>Ensure assignment of meta/namespace regions<li>
+   * <li>Ensure assignment of meta/namespace regions</li>
    * <li>Handle either fresh cluster start or master failover</li>
    * </ol>
    *

Reply via email to