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 5281347 commit 6a97af0Copy full SHA for 6a97af0
README.md
@@ -13,7 +13,7 @@ of working with the `ReadWriteLock` interface.
13
**The main goal**: simple implementation of transferring
14
money from user to user.
15
16
-1. `User` class
+1. Immutable `User` class
17
```
18
@Value
19
class User {
@@ -52,7 +52,7 @@ money from user to user.
52
* we will use `ReadWriteLock` interface
53
* we provide class that absorbs the pain of working
54
with that interface (locking/unlocking tiresome obligation)
55
- * we will supply action to execute in locked block
+ * we will supply action to execute in the locked block
56
57
@FieldDefaults(makeFinal = true, level = AccessLevel.PRIVATE)
58
@RequiredArgsConstructor
0 commit comments