HorizonNet commented on a change in pull request #463: HBASE-22725 Remove all 
remaining javadoc warnings
URL: https://github.com/apache/hbase/pull/463#discussion_r311753214
 
 

 ##########
 File path: 
hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
 ##########
 @@ -2038,22 +2038,23 @@ public HRegion createLocalHRegion(RegionInfo info, 
TableDescriptor desc, WAL wal
     return HRegion.createHRegion(info, getDataTestDir(), getConfiguration(), 
desc, wal);
   }
 
-  /**
-   * @param tableName
-   * @param startKey
-   * @param stopKey
-   * @param callingMethod
-   * @param conf
-   * @param isReadOnly
-   * @param families
-   * @throws IOException
-   * @return A region on which you must call
-             {@link HBaseTestingUtility#closeRegionAndWAL(HRegion)} when done.
-   * @deprecated since 2.0.0 and will be removed in 3.0.0. Use
-   *   {@link #createLocalHRegion(TableName, byte[], byte[], boolean, 
Durability, WAL, byte[]...)}
-   *   instead.
-   * @see #createLocalHRegion(TableName, byte[], byte[], boolean, Durability, 
WAL, byte[]...)
-   * @see <a 
href="https://issues.apache.org/jira/browse/HBASE-13893";>HBASE-13893</a>
+  @SuppressWarnings("checkstyle:linelength")
+  /**
+   * @param tableName the name of the table
+   * @param startKey the start key of the region
+   * @param stopKey the start key of the region
 
 Review comment:
   `the stop key of the region`.

----------------------------------------------------------------
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