Skip to content

Commit 063fddf

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 528721d commit 063fddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/logsdb/src/test/java/org/elasticsearch/xpack/logsdb/patternedtext/PatternedTextVsMatchOnlyTextTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ private static String randomTimestamp() {
263263
long millis = randomMillisUpToYear9999();
264264
zonedDateTime = ZonedDateTime.ofInstant(Instant.ofEpochMilli(millis), randomZone());
265265

266-
// The random millis are below year 10000 in UTC, but if the date is within 1 day of year 10000, the year can be 10000 in the
267-
// selected timezone. Since the date formatter cannot handle years greater than 9999, select another date.
266+
// The random millis are below year 10000 in UTC, but if the date is within 1 day of year 10000, the year can be 10000 in the
267+
// selected timezone. Since the date formatter cannot handle years greater than 9999, select another date.
268268
} while (zonedDateTime.getYear() == 10000);
269269

270270
DateFormatter formatter = DateFormatter.forPattern(randomDateFormatterPattern()).withLocale(randomLocale(random()));

0 commit comments

Comments
 (0)