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 9370617f2 Javadoc
9370617f2 is described below

commit 9370617f27dbbbb39e4a115a276647c59dac4426
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 31 11:07:10 2022 -0400

    Javadoc
---
 .../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 4631ffa34..fc6c2f039 100644
--- a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
@@ -76,7 +76,7 @@ public class DurationFormatUtilsTest {
         }
     }
 
-    // https://issues.apache.org/bugzilla/show_bug.cgi?id=38401
+    /** 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