Typos
This commit is contained in:
parent
3f920e7a75
commit
57c86449b2
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue