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}.
* <p>
* NOT THREAD_SAFE.
* NOT THREAD-SAFE.
* </p>
*/
public class DateUtilsTest extends AbstractLangTest {

View File

@ -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 {