Skip to content

Commit 6bc28a6

Browse files
SteNicholasApache9
authored andcommitted
HBASE-25120 Remove the deprecated annotation for MetaTableAccessor.getScanForTableName (#2493)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 2fb62a8 commit 6bc28a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hbase-client/src/main/java/org/apache/hadoop/hbase/MetaTableAccessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ public static byte[] getTableStopRowForMeta(TableName tableName, QueryType type)
581581
* @param tableName bytes of table's name
582582
* @return configured Scan object
583583
*/
584-
@Deprecated
585584
public static Scan getScanForTableName(Connection connection, TableName tableName) {
586585
// Start key is just the table name with delimiters
587586
byte[] startKey = getTableStartRowForMeta(tableName, QueryType.REGION);

0 commit comments

Comments
 (0)