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 47100fe commit 90247d6Copy full SHA for 90247d6
exercises/practice/bank-account/.approaches/synchronized-statements/content.md
@@ -93,7 +93,7 @@ int getBalance() throws BankAccountActionInvalidException {
93
}
94
```
95
96
-This is the same as using a synchronized method.
+This is the same as using a [synchronized method][approach-synchronized-methods], which requires a lock on the same `this` object to run the method.
97
For example:
98
99
```java
0 commit comments