Skip to content

Commit

Permalink
don't use final
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Mattingly committed Nov 28, 2023
1 parent a3a8804 commit 32e08b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public class ReopenTableRegionsProcedure

private RetryCounter retryCounter;

private final long reopenBatchBackoffMillis;
private final int reopenBatchSize;
private long reopenBatchBackoffMillis;
private int reopenBatchSize;

public ReopenTableRegionsProcedure() {
this(null);
Expand Down

0 comments on commit 32e08b2

Please sign in to comment.