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 2022/12/07 15:11:39 UTC

[commons-lang] branch master updated: Typos

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 57c86449b Typos
57c86449b is described below

commit 57c86449b2369758935151174f403a1b261b7b93
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 7 10:11:31 2022 -0500

    Typos
---
 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 730959adf..d3e7abbac 100644
--- a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
@@ -46,7 +46,7 @@ import org.junitpioneer.jupiter.DefaultLocale;
 /**
  * Tests {@link org.apache.commons.lang3.time.DateUtils}.
  * <p>
- * NOT THREAD_SAFE.
+ * NOT THREAD-SAFE.
  * </p>
  */
 public class DateUtilsTest extends AbstractLangTest {
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 0a7e17f8a..2266abb4a 100644
--- a/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java
@@ -37,7 +37,7 @@ import org.junitpioneer.jupiter.DefaultTimeZone;
 /**
  * TestCase for DurationFormatUtils.
  * <p>
- * NOT THREAD_SAFE.
+ * NOT THREAD-SAFE.
  * </p>
  */
 public class DurationFormatUtilsTest extends AbstractLangTest {