Skip to content

Commit

Permalink
HBASE-27098 Fix link for field comments (#4499)
Browse files Browse the repository at this point in the history
Signed-off-by: Viraj Jasani <[email protected]>
  • Loading branch information
tomscut authored Jun 22, 2022
1 parent 33ea96c commit 9da2a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public class RSRpcServices extends HBaseRpcServicesBase<HRegionServer>

/**
* Whether to reject rows with size > threshold defined by
* {@link RSRpcServices#BATCH_ROWS_THRESHOLD_NAME}
* {@link HConstants#BATCH_ROWS_THRESHOLD_NAME}
*/
private static final String REJECT_BATCH_ROWS_OVER_THRESHOLD =
"hbase.rpc.rows.size.threshold.reject";
Expand Down

0 comments on commit 9da2a3f

Please sign in to comment.