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