Skip to content

Commit

Permalink
HBASE-25196 Add deprecation documentation to HConstants (#2559)
Browse files Browse the repository at this point in the history
Add the documentation when
HConstants#REPLICATION_DROP_ON_DELETED_TABLE_KEY was deprecated and when
it is expected to be removed.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
HorizonNet authored Oct 21, 2020
1 parent 200343c commit 6c8f5f3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,9 @@ public enum OperationStatusCode {

/**
* Drop edits for tables that been deleted from the replication source and target
* @deprecated moved it into HBaseInterClusterReplicationEndpoint
* @deprecated since 3.0.0. Will be removed in 4.0.0.
* Moved it into HBaseInterClusterReplicationEndpoint.
* @see <a href="https://issues.apache.org/jira/browse/HBASE-24359">HBASE-24359</a>
*/
@Deprecated
public static final String REPLICATION_DROP_ON_DELETED_TABLE_KEY =
Expand Down

0 comments on commit 6c8f5f3

Please sign in to comment.