Fix a small typo (#1183)
This commit is contained in:
parent
6c05cedecb
commit
855f0493d0
@ -266,7 +266,7 @@ public class ISO8601Utils
|
||||
} catch (IllegalArgumentException e) {
|
||||
fail = e;
|
||||
}
|
||||
String input = (date == null) ? null : ('"' + date + "'");
|
||||
String input = (date == null) ? null : ('"' + date + '"');
|
||||
String msg = fail.getMessage();
|
||||
if (msg == null || msg.isEmpty()) {
|
||||
msg = "("+fail.getClass().getName()+")";
|
||||
|
Loading…
Reference in New Issue
Block a user