Skip to content

Commit

Permalink
HBASE-25076 fix typo in MasterRegion java doc (#2432)
Browse files Browse the repository at this point in the history
Co-authored-by: niuyulin <niuyulin@xiaomi.com>

Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
nyl3532016 committed Sep 21, 2020
1 parent 36e8b0b commit 8a6299b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -79,9 +79,9 @@
* 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 {
Expand Down

0 comments on commit 8a6299b

Please sign in to comment.