This is an automated email from the ASF dual-hosted git repository.

ggregory 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 5fce2eb84 Javadoc
5fce2eb84 is described below

commit 5fce2eb84e6da7db9be5a9f64c6cc726d8fc2e8f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 14 13:58:16 2023 -0500

    Javadoc
---
 src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java          | 2 +-
 .../java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
index 83ac93245..cb9700754 100644
--- a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
@@ -789,7 +789,7 @@ public class DateUtilsTest extends AbstractLangTest {
         assertThrows(ClassCastException.class, () -> DateUtils.iterator("", 
DateUtils.RANGE_WEEK_CENTER));
     }
 
-    /** https://issues.apache.org/jira/browse/LANG-530 */
+    /** See https://issues.apache.org/jira/browse/LANG-530 */
     @SuppressWarnings("deprecation")
     @Test
     public void testLang530() throws ParseException {
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 312812394..3f51aa1e1 100644
--- a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
@@ -126,7 +126,7 @@ public class DurationFormatUtilsTest extends 
AbstractLangTest {
 
     }
 
-    /** https://issues.apache.org/bugzilla/show_bug.cgi?id=38401 */
+    /** See https://issues.apache.org/bugzilla/show_bug.cgi?id=38401 */
     @Test
     public void testBugzilla38401() {
         assertEqualDuration("0000/00/30 16:00:00 000", new int[] { 2006, 0, 
26, 18, 47, 34 },

Reply via email to