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 baf177a commit 0ad5fbfCopy full SHA for 0ad5fbf
singleton/src/main/java/com/iluwatar/IvoryTower.java
@@ -3,6 +3,8 @@
3
/**
4
*
5
* Singleton class.
6
+ * Eagerly initialized static instance guarantees thread
7
+ * safety.
8
9
*/
10
public class IvoryTower {
0 commit comments