Skip to content

Commit 9cc0676

Browse files
committed
doc update
1 parent 38b7e32 commit 9cc0676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ money from user to user.
5555
* we will use `ReadWriteLock` interface
5656
* we provide class that absorbs the pain of working
5757
with that interface (locking/unlocking tiresome obligation)
58-
```
5958
* we will supply action to execute in locked block
59+
```
6060
@FieldDefaults(makeFinal = true, level = AccessLevel.PRIVATE)
6161
@RequiredArgsConstructor
6262
class LockExecutor {

0 commit comments

Comments
 (0)