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