Skip to content

Commit 6679581

Browse files
committed
minor typo fix
1 parent 43a681c commit 6679581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/fasterxml/uuid/impl/RandomBasedGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class RandomBasedGenerator extends NoArgGenerator
4040
* so let's use that knowledge to our benefit.
4141
*/
4242
protected final boolean _secureRandom;
43-
43+
4444
/**
4545
* @param rnd Random number generator to use for generating UUIDs; if null,
4646
* shared default generator is used. Note that it is strongly recommend to
@@ -123,7 +123,7 @@ private final static long _toInt(byte[] buffer, int offset)
123123

124124
/**
125125
* Trivial helper class that uses class loading as synchronization
126-
* mechanism for lazy instantation of the shared secure random
126+
* mechanism for lazy instantiation of the shared secure random
127127
* instance.
128128
*/
129129
private final static class LazyRandom

0 commit comments

Comments
 (0)