Merge pull request #476 from sumityadav6541/master
removed extra "is" from javadoc comments
This commit is contained in:
commit
55028a49dc
@ -26,7 +26,7 @@ package com.iluwatar.singleton;
|
|||||||
* The Initialize-on-demand-holder idiom is a secure way of creating a lazy initialized singleton
|
* The Initialize-on-demand-holder idiom is a secure way of creating a lazy initialized singleton
|
||||||
* object in Java.
|
* object in Java.
|
||||||
* <p>
|
* <p>
|
||||||
* The technique is is as lazy as possible and works in all known versions of Java. It takes advantage
|
* The technique is as lazy as possible and works in all known versions of Java. It takes advantage
|
||||||
* of language guarantees about class initialization, and will therefore work correctly in all
|
* of language guarantees about class initialization, and will therefore work correctly in all
|
||||||
* Java-compliant compilers and virtual machines.
|
* Java-compliant compilers and virtual machines.
|
||||||
* <p>
|
* <p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user