Fix compiler warning: exception not thrown.

This commit is contained in:
Gary Gregory 2016-11-16 16:25:54 -08:00
parent 33c104e1b4
commit c0771cbc3c
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ public void testLang1121() throws ParseException {
}
@Test
public void testParseOffset() throws ParseException {
public void testParseOffset() {
final DateParser parser = getInstance(YMD_SLASH);
final Date date = parser.parse("Today is 2015/07/04", new ParsePosition(9));