Fix spelling.
This commit is contained in:
parent
e9647813f7
commit
55570e8ef7
|
@ -656,7 +656,7 @@ public class FastDateParserTest {
|
||||||
assertTrue(parser.toString().startsWith("FastDate"));
|
assertTrue(parser.toString().startsWith("FastDate"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// we cannot use historic dates to test timezone parsing, some timezones have second offsets
|
// we cannot use historic dates to test time zone parsing, some time zones have second offsets
|
||||||
// as well as hours and minutes which makes the z formats a low fidelity round trip
|
// as well as hours and minutes which makes the z formats a low fidelity round trip
|
||||||
@Test
|
@Test
|
||||||
public void testTzParses() throws Exception {
|
public void testTzParses() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue