HBASE-22226 Incorrect level for headings in asciidoc

This commit is contained in:
Murtaza Hassan 2019-05-17 11:47:33 +02:00 committed by Jan Hentschel
parent b74df9b747
commit c80f2ad276
1 changed files with 2 additions and 2 deletions

View File

@ -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"]