You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/07 20:42:48 UTC

[GitHub] [hbase] HorizonNet commented on a change in pull request #463: HBASE-22725 Remove all remaining javadoc warnings

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_r311753546
 
 

 ##########
 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
 
 Review comment:
   Suggestion: Use `{@code true}` and `{@code false}` instead.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services