Skip to content

Commit 55028a4

Browse files
authored
Merge pull request iluwatar#476 from sumityadav6541/master
removed extra "is" from javadoc comments
2 parents 3001fa4 + 94c3a2c commit 55028a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singleton/src/main/java/com/iluwatar/singleton/InitializingOnDemandHolderIdiom.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* The Initialize-on-demand-holder idiom is a secure way of creating a lazy initialized singleton
2727
* object in Java.
2828
* <p>
29-
* The technique is is as lazy as possible and works in all known versions of Java. It takes advantage
29+
* The technique is as lazy as possible and works in all known versions of Java. It takes advantage
3030
* of language guarantees about class initialization, and will therefore work correctly in all
3131
* Java-compliant compilers and virtual machines.
3232
* <p>

0 commit comments

Comments
 (0)