We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98052f7 commit ba031faCopy full SHA for ba031fa
lesson_17/bank/bank_app/src/main/java/com/codedifferently/lesson17/bank/SavingsAccount.java
@@ -7,7 +7,7 @@
7
/** Represents a saving account. */
8
public class SavingsAccount extends BankAccount {
9
// private boolean isActive;
10
- private boolean isCheckCreationAllowed;
+ private final boolean isCheckCreationAllowed;
11
private static final Logger logger = LoggerFactory.getLogger(SavingsAccount.class);
12
13
/**
0 commit comments