Skip to content

Commit 05c533b

Browse files
voztakavoztaka
authored andcommitted
HBASE-28470 Fix typo in Java method comment (#5786)
Co-authored-by: voztaka <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit a34b4bc)
1 parent 3d179d7 commit 05c533b

File tree

1 file changed

+1
-1
lines changed
  • hbase-client/src/main/java/org/apache/hadoop/hbase/client

1 file changed

+1
-1
lines changed

hbase-client/src/main/java/org/apache/hadoop/hbase/client/Admin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ default void move(byte[] encodedRegionName, byte[] destServerName) throws IOExce
10951095

10961096
/**
10971097
* Unassign a Region.
1098-
* @param regionName Region name to assign.
1098+
* @param regionName Region name to unassign.
10991099
* @throws IOException if a remote or network exception occurs
11001100
*/
11011101
void unassign(byte[] regionName) throws IOException;

0 commit comments

Comments
 (0)