Skip to content

Commit

Permalink
refactor: encapsulate recovery manager class
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-chacko committed Nov 15, 2024
1 parent 408503f commit 8d3866b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public class RecoveryManager implements Runnable {
protected int _partnerEntryLowWatermark = -1; /* @MD18134A */
protected int _partnerEntryNextId = -1; /* @MD18134A */

protected static final int TRANSACTION_SERVICE_ITEMS = 3;
protected static final int PARTNERLOG_SERVICE_ITEMS = 6;
private static final int TRANSACTION_SERVICE_ITEMS = 3;
private static final int PARTNERLOG_SERVICE_ITEMS = 6;

//
// The following relate to the service data recoverable unit in the partner log
Expand Down

0 comments on commit 8d3866b

Please # to comment.