Skip to content

Commit 0d068a3

Browse files
author
Richard Jones
committed
Update comment
1 parent 64e3e1a commit 0d068a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

singleton/src/test/java/com/iluwatar/singleton/LazyLoadedSingletonThreadSafetyTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*
1414
* The first proves that multiple calls to the singleton getInstance object are the same when called in the SAME thread.
1515
* The second proves that multiple calls to the singleton getInstance object are the same when called in the DIFFERENT thread.
16-
* The third proves that there is a hole if the singleton is created reflectively
1716
*
1817
*/
1918
public class LazyLoadedSingletonThreadSafetyTest {

0 commit comments

Comments
 (0)