This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 8737513d1 Checkstyle
8737513d1 is described below
commit 8737513d1e10bbe133fdd38a6356b498a716af59
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 1 17:47:32 2026 -0400
Checkstyle
---
.../java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
index 969ddb9dd..09bb10422 100644
--- a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
@@ -95,7 +95,7 @@ private void assertFormatPeriodOneMilli(final long
startMillis, final long endMi
assertEquals(DurationFormatUtils.formatDuration(endMillis -
startMillis, "S"),
DurationFormatUtils.formatPeriod(startMillis, endMillis, "S",
true, gmt));
}
-
+
private void bruteForce(final int year, final int month, final int day,
final String format, final int calendarType) {
final String msg = year + "-" + month + "-" + day + " to ";
final Calendar c = Calendar.getInstance();