We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e27ecf commit bd5b545Copy full SHA for bd5b545
log4j-core/src/main/java/org/apache/logging/log4j/core/pattern/UuidPatternConverter.java
@@ -50,7 +50,7 @@ private UuidPatternConverter(final boolean isRandom) {
50
* Because time-based UUIDs contain the MAC address and timestamp, they should be used with care.
51
*
52
* @param options An array containing either {@code RANDOM} or {@code TIME}.
53
- If empty, {@code TIME} will be used.
+ * If empty, {@code TIME} will be used.
54
* @return a new {@link UuidPatternConverter} instance
55
*/
56
public static UuidPatternConverter newInstance(final String[] options) {
0 commit comments