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 13, 2024
1 parent cd25714 commit c63a0f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,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 c63a0f0

Please # to comment.