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 92ecd63 commit 0f751d4Copy full SHA for 0f751d4
singleton/src/main/java/com/iluwatar/singleton/ThreadSafeLazyLoadedIvoryTower.java
@@ -42,7 +42,7 @@ private ThreadSafeLazyLoadedIvoryTower() {
42
}
43
44
/**
45
- * The instance doesn't get created until the method is called for the first time
+ * The instance doesn't get created until the method is called for the first time.
46
*/
47
public static synchronized ThreadSafeLazyLoadedIvoryTower getInstance() {
48
if (instance == null) {
0 commit comments