Skip to content

Commit bd5b545

Browse files
authored
Try fixing Spotless failures
1 parent 2e27ecf commit bd5b545

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
@@ -50,7 +50,7 @@ private UuidPatternConverter(final boolean isRandom) {
5050
* Because time-based UUIDs contain the MAC address and timestamp, they should be used with care.
5151
*
5252
* @param options An array containing either {@code RANDOM} or {@code TIME}.
53-
If empty, {@code TIME} will be used.
53+
* If empty, {@code TIME} will be used.
5454
* @return a new {@link UuidPatternConverter} instance
5555
*/
5656
public static UuidPatternConverter newInstance(final String[] options) {

0 commit comments

Comments
 (0)