HorizonNet commented on a change in pull request #1222: HBASE-23868 : Replace 
usages of HColumnDescriptor(byte [] familyName)…
URL: https://github.com/apache/hbase/pull/1222#discussion_r385982994
 
 

 ##########
 File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestCase.java
 ##########
 @@ -151,23 +154,23 @@ protected Path getUnitTestdir(String testName) {
   /**
    * You must call close on the returned region and then close on the log file 
it created. Do
    * {@link HBaseTestingUtility#closeRegionAndWAL(HRegion)} to close both the 
region and the WAL.
-   * @param desc
-   * @param startKey
-   * @param endKey
+   * @param tableDescriptor TableDescriptor
+   * @param startKey Start Key
+   * @param endKey End Key
    * @return An {@link HRegion}
-   * @throws IOException
+   * @throws IOException If thrown by createNewHRegion
 
 Review comment:
   Use a link for `createNewHRegion`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to