Fix compiler warning: exception not thrown.
This commit is contained in:
parent
33c104e1b4
commit
c0771cbc3c
|
@ -693,7 +693,7 @@ public class FastDateParserTest {
|
|||
}
|
||||
|
||||
@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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue