 
        0
    
    
    
        
        
        Fixed
        
        
    
    
    
    
    
    Singleton Example: synchronized(this) in static context
When I try to use your code of the thread-safe Singleton example, I get an error because of the use of this in an static context. Should `this` be replaced by `Singleton.class` in this example?
Answer
 
+2
	
    
	
	
	
	
	 Answer
	
	
	
		
	        Fixed
		
	
	
	
	Hi Micha!
This was an unfortunate result of my recent update for this example. Please check it now, everything should be fine.
Customer support service by UserEcho
 
	
 
                 Bugs
		
		
	
Bugs
Hi Micha!
This was an unfortunate result of my recent update for this example. Please check it now, everything should be fine.