You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/04/18 12:35:10 UTC

[commons-lang] branch master updated: Javadoc

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

commit ee7afc5c2dbad6211a5efd549aa90119fa0bb12a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Apr 18 08:35:05 2023 -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 2266abb4a..545b220fb 100644
--- a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
@@ -35,7 +35,7 @@ import org.junit.jupiter.api.Test;
 import org.junitpioneer.jupiter.DefaultTimeZone;
 
 /**
- * TestCase for DurationFormatUtils.
+ * Tests {@link DurationFormatUtils}.
  * <p>
  * NOT THREAD-SAFE.
  * </p>