We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad5fbf commit 34bc1deCopy full SHA for 34bc1de
1 file changed
singleton/src/main/java/com/iluwatar/ThreadSafeLazyLoadedIvoryTower.java
@@ -3,6 +3,8 @@
3
/**
4
*
5
* Thread-safe Singleton class.
6
+ * The instance is lazily initialized and thus needs synchronization
7
+ * mechanism.
8
9
*/
10
public class ThreadSafeLazyLoadedIvoryTower {
0 commit comments