Javadoc
This commit is contained in:
parent
3f6d449f51
commit
5fce2eb84e
|
@ -789,7 +789,7 @@ public class DateUtilsTest extends AbstractLangTest {
|
||||||
assertThrows(ClassCastException.class, () -> DateUtils.iterator("", DateUtils.RANGE_WEEK_CENTER));
|
assertThrows(ClassCastException.class, () -> DateUtils.iterator("", DateUtils.RANGE_WEEK_CENTER));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** https://issues.apache.org/jira/browse/LANG-530 */
|
/** See https://issues.apache.org/jira/browse/LANG-530 */
|
||||||
@SuppressWarnings("deprecation")
|
@SuppressWarnings("deprecation")
|
||||||
@Test
|
@Test
|
||||||
public void testLang530() throws ParseException {
|
public void testLang530() throws ParseException {
|
||||||
|
|
|
@ -126,7 +126,7 @@ public class DurationFormatUtilsTest extends AbstractLangTest {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** https://issues.apache.org/bugzilla/show_bug.cgi?id=38401 */
|
/** See https://issues.apache.org/bugzilla/show_bug.cgi?id=38401 */
|
||||||
@Test
|
@Test
|
||||||
public void testBugzilla38401() {
|
public void testBugzilla38401() {
|
||||||
assertEqualDuration("0000/00/30 16:00:00 000", new int[] { 2006, 0, 26, 18, 47, 34 },
|
assertEqualDuration("0000/00/30 16:00:00 000", new int[] { 2006, 0, 26, 18, 47, 34 },
|
||||||
|
|
Loading…
Reference in New Issue