You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/05/19 21:19:17 UTC

[hbase] branch branch-2.1 updated: HBASE-22226 Incorrect level for headings in asciidoc

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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 832d1be  HBASE-22226 Incorrect level for headings in asciidoc
832d1be is described below

commit 832d1bede7d04ed1259871ba57e716e5ff2477f7
Author: Murtaza Hassan <mu...@ultratendency.com>
AuthorDate: Fri May 17 11:47:33 2019 +0200

    HBASE-22226 Incorrect level for headings in asciidoc
---
 src/main/asciidoc/_chapters/appendix_hbase_incompatibilities.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/asciidoc/_chapters/appendix_hbase_incompatibilities.adoc b/src/main/asciidoc/_chapters/appendix_hbase_incompatibilities.adoc
index d450f04..dfdd136 100644
--- a/src/main/asciidoc/_chapters/appendix_hbase_incompatibilities.adoc
+++ b/src/main/asciidoc/_chapters/appendix_hbase_incompatibilities.adoc
@@ -125,7 +125,7 @@ HBase 2.0 introduces following changes to the RegionObserver interface.
 ==== WALObserver
 HBase 2.0 introduces following changes to the WALObserver interface.
 
-====== [−] interface WALObserver
+===== [−] interface WALObserver
 [cols="1,1", frame="all"]
 |===
 | Change | Result
@@ -197,7 +197,7 @@ org/apache/hadoop/hbase/ipc/RpcScheduler.dispatch:(Lorg/apache/hadoop/hbase/ipc/
 | Return value type has been changed from void to boolean.| This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception.
 |===
 
-2. Following abstract methods have been removed:
+1. Following abstract methods have been removed:
 
 ===== [−]interface PriorityFunction  (2)
 [cols="1,1", frame="all"]