HBASE-25076 fix typo in MasterRegion java doc (#2432)

Co-authored-by: niuyulin <niuyulin@xiaomi.com>

Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
niuyulin 2020-09-22 01:00:49 +08:00 committed by GitHub
parent 36e8b0beec
commit 8a6299bb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ import org.apache.hbase.thirdparty.com.google.common.math.IntMath;
* Notice that, you can use different root file system and WAL file system. Then the above directory
* will be on two file systems, the root file system will have the data directory while the WAL
* filesystem will have the WALs directory. The archived HFile will be moved to the global HFile
* archived directory with the {@link MasterRegionParams#archivedWalSuffix()} suffix. The archived
* archived directory with the {@link MasterRegionParams#archivedHFileSuffix()} suffix. The archived
* WAL will be moved to the global WAL archived directory with the
* {@link MasterRegionParams#archivedHFileSuffix()} suffix.
* {@link MasterRegionParams#archivedWalSuffix()} suffix.
*/
@InterfaceAudience.Private
public final class MasterRegion {