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 64e3e1a commit 0d068a3Copy full SHA for 0d068a3
singleton/src/test/java/com/iluwatar/singleton/LazyLoadedSingletonThreadSafetyTest.java
@@ -13,7 +13,6 @@
13
*
14
* The first proves that multiple calls to the singleton getInstance object are the same when called in the SAME thread.
15
* 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
17
18
*/
19
public class LazyLoadedSingletonThreadSafetyTest {
0 commit comments