Update comment

This commit is contained in:
Richard Jones 2015-10-12 05:22:09 -03:00
parent 0d068a35d8
commit 5d970438bf

View File

@ -4,6 +4,8 @@ package com.iluwatar.singleton;
* Thread-safe Singleton class.
* The instance is lazily initialized and thus needs synchronization
* mechanism.
*
* Note: if created by reflection then a singleton will not be created but multiple options in the same classloader
*/
public class ThreadSafeLazyLoadedIvoryTower {