Fix remaining Checkstyle errors for Singleton
This commit is contained in:
		@@ -41,7 +41,8 @@ public final class InitializingOnDemandHolderIdiom {
 | 
				
			|||||||
  /**
 | 
					  /**
 | 
				
			||||||
   * Private constructor.
 | 
					   * Private constructor.
 | 
				
			||||||
   */
 | 
					   */
 | 
				
			||||||
  private InitializingOnDemandHolderIdiom() {}
 | 
					  private InitializingOnDemandHolderIdiom() {
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /**
 | 
					  /**
 | 
				
			||||||
   * Sigleton instance.
 | 
					   * Sigleton instance.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -31,7 +31,8 @@ public final class IvoryTower {
 | 
				
			|||||||
  /**
 | 
					  /**
 | 
				
			||||||
   * Private constructor so nobody can instantiate the class.
 | 
					   * Private constructor so nobody can instantiate the class.
 | 
				
			||||||
   */
 | 
					   */
 | 
				
			||||||
  private IvoryTower() {}
 | 
					  private IvoryTower() {
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /**
 | 
					  /**
 | 
				
			||||||
   * Static to class instance of the class.
 | 
					   * Static to class instance of the class.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user