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 459b696 commit 3d55749Copy full SHA for 3d55749
singleton/src/main/java/com/iluwatar/IvoryTower.java
@@ -13,7 +13,7 @@ private IvoryTower() {}
13
14
public static IvoryTower getInstance() {
15
if(instance == null){
16
- instance = IvoryTower();
+ instance = new IvoryTower();
17
}
18
return instance;
19
0 commit comments