Skip to content

Commit 6cecd38

Browse files
julianladischvy
andauthored
Update log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/UuidPatternConverter.java
Co-authored-by: Volkan Yazıcı <[email protected]>
1 parent 3297bdd commit 6cecd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/UuidPatternConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private UuidPatternConverter(final boolean isRandom) {
3939
}
4040

4141
/**
42-
* Obtains an instance of UuidPatternConverter.
42+
* Creates an instance of {@link UuidPatternConverter}.
4343
* <p>
4444
* The {@code "RANDOM"} option generates a type 4 (pseudo randomly generated) UUID. The UUID is generated using
4545
* a cryptographically strong pseudo random number generator.

0 commit comments

Comments
 (0)