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_r311753782
########## 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 + * @param callingMethod the name of the calling method probably a test method + * @param conf the configuration to use + * @param isReadOnly true if the table is read only, false otherwise + * @param families the column families to use + * @throws IOException if an IO problem is encountered + * @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 HBaseTestingUtility#createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...)} + * instead. + * @see HBaseTestingUtility#createLocalHRegion(TableName, byte[], byte[], boolean, Durability, WAL, byte[]...) Review comment: Ditto. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services