Skip to content

Commit a34b4bc

Browse files
voztakavoztaka
andauthored
HBASE-28470 Fix typo in Java method comment (#5786)
Co-authored-by: voztaka <[email protected]> Signed-off-by: Duo Zhang <[email protected]>
1 parent d7f9ba6 commit a34b4bc

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
@@ -792,7 +792,7 @@ default void move(byte[] encodedRegionName, byte[] destServerName) throws IOExce
792792

793793
/**
794794
* Unassign a Region.
795-
* @param regionName Region name to assign.
795+
* @param regionName Region name to unassign.
796796
* @throws IOException if a remote or network exception occurs
797797
*/
798798
void unassign(byte[] regionName) throws IOException;

0 commit comments

Comments
 (0)