mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 18:18:22 +00:00
DateUtils.parseDate requires String[]
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@983515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55a3c67672
commit
4b4ceaca41
@ -264,7 +264,7 @@ public void testParseDate() throws Exception {
|
||||
fail();
|
||||
} catch (IllegalArgumentException ex) {}
|
||||
try {
|
||||
DateUtils.parseDate(dateStr, null);
|
||||
DateUtils.parseDate(dateStr, (String[]) null);
|
||||
fail();
|
||||
} catch (IllegalArgumentException ex) {}
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user