Skip to content

Commit

Permalink
Changed commited field in transaction class as this was a mistake in …
Browse files Browse the repository at this point in the history
…the project description for part 1
  • Loading branch information
Nikollai committed Mar 10, 2026
1 parent 55e2dfe commit 61c5e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/millions/Transaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public abstract class Transaction {
private Share share;
private int week;
private TransactionCalculator transactionCalculator;
private boolean committed;
protected boolean committed;

protected Transaction(Share share, int week, TransactionCalculator transactionCalculator) {
this.share = share;
Expand Down

0 comments on commit 61c5e90

Please sign in to comment.