This commit is contained in:
Gary Gregory 2022-12-07 10:11:31 -05:00
parent 3f920e7a75
commit 57c86449b2
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ import org.junitpioneer.jupiter.DefaultLocale;
/** /**
* Tests {@link org.apache.commons.lang3.time.DateUtils}. * Tests {@link org.apache.commons.lang3.time.DateUtils}.
* <p> * <p>
* NOT THREAD_SAFE. * NOT THREAD-SAFE.
* </p> * </p>
*/ */
public class DateUtilsTest extends AbstractLangTest { public class DateUtilsTest extends AbstractLangTest {

View File

@ -37,7 +37,7 @@ import org.junitpioneer.jupiter.DefaultTimeZone;
/** /**
* TestCase for DurationFormatUtils. * TestCase for DurationFormatUtils.
* <p> * <p>
* NOT THREAD_SAFE. * NOT THREAD-SAFE.
* </p> * </p>
*/ */
public class DurationFormatUtilsTest extends AbstractLangTest { public class DurationFormatUtilsTest extends AbstractLangTest {