Skip to content

Commit

Permalink
HBASE-28470 Fix typo in Java method comment (#5786)
Browse files Browse the repository at this point in the history
Co-authored-by: voztaka <you@example.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit a34b4bc)
  • Loading branch information
voztaka authored and Apache9 committed Apr 18, 2024
1 parent f40c6cf commit 1f36099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ default void move(byte[] encodedRegionName, byte[] destServerName) throws IOExce

/**
* Unassign a Region.
* @param regionName Region name to assign.
* @param regionName Region name to unassign.
* @throws IOException if a remote or network exception occurs
*/
void unassign(byte[] regionName) throws IOException;
Expand Down

0 comments on commit 1f36099

Please sign in to comment.