Skip to content

Commit 0f751d4

Browse files
committed
Fix checkstyle error
1 parent 92ecd63 commit 0f751d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singleton/src/main/java/com/iluwatar/singleton/ThreadSafeLazyLoadedIvoryTower.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private ThreadSafeLazyLoadedIvoryTower() {
4242
}
4343

4444
/**
45-
* The instance doesn't get created until the method is called for the first time
45+
* The instance doesn't get created until the method is called for the first time.
4646
*/
4747
public static synchronized ThreadSafeLazyLoadedIvoryTower getInstance() {
4848
if (instance == null) {

0 commit comments

Comments
 (0)