Document empty block.
This commit is contained in:
parent
b836907ddb
commit
46c42fcdaa
|
@ -673,6 +673,7 @@ public class FastDateParserTest {
|
||||||
fdp.parse("2015");
|
fdp.parse("2015");
|
||||||
Assert.fail("expected parse exception");
|
Assert.fail("expected parse exception");
|
||||||
} catch (final ParseException pe) {
|
} catch (final ParseException pe) {
|
||||||
|
// expected parse exception
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wed Apr 29 00:00:00 KST 2015
|
// Wed Apr 29 00:00:00 KST 2015
|
||||||
|
|
Loading…
Reference in New Issue