We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a26c0a commit 3900f71Copy full SHA for 3900f71
1 file changed
lesson/lesson11.md
@@ -18,7 +18,6 @@
18
##  [2. Ленивая инициализация, JMM.](https://drive.google.com/open?id=0B_4NpoQW1xfpN0R6d29UVERxLWc)
19
[см. коммит Lesson11](https://github.com/JavaWebinar/basejava/blob/6a626f61722af844663860d1af284c53a9adf423/src/ru/javawebinar/basejava/LazySingleton.java)
20
21
-## Ленивая инициализация, JMM
22
- <a href="https://ru.wikipedia.org/wiki/Параллелизм_в_Java">Параллелизм в Java</a>
23
- <a href="https://habrahabr.ru/post/27108/">Реализация Singleton в JAVA</a>
24
- <a href="https://ru.wikipedia.org/wiki/Double_checked_locking">Double checked locking</a>
0 commit comments