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 <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit a34b4bc)
  • Loading branch information
voztaka authored and Apache9 committed Apr 18, 2024
1 parent 0f3eba0 commit 0f9378f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,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 0f9378f

Please sign in to comment.