Skip to content

Commit e830e1b

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 45e0d44 commit e830e1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ private UuidPatternConverter(final boolean isRandom) {
4949
* See {@link UuidUtil#UUID_SEQUENCE} how to seed the UUID generation with an integer value.
5050
* Because time-based UUIDs contain the MAC address and timestamp, they should be used with care.
5151
*
52-
* @param options a single option with the value {@code "RANDOM"} or {@code "TIME"}, or an empty array for {@code "TIME"}
52+
* @param options An array containing either {@code RANDOM} or {@code TIME}.
53+
If empty, {@code TIME} will be used.
5354
* @return instance of SequencePatternConverter.
5455
*/
5556
public static UuidPatternConverter newInstance(final String[] options) {

0 commit comments

Comments
 (0)