Skip to content

Commit

Permalink
HBASE-28470 Fix typo in Java method comment (apache#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>
  • Loading branch information
2 people authored and mnpoonia committed Apr 24, 2024
1 parent 237d7b8 commit 5ea3533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,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 5ea3533

Please sign in to comment.