Skip to content

Commit 649e06f

Browse files
committed
Merge branch '2.10'
2 parents b412e1d + bd29695 commit 649e06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/datatype/joda/DateTimeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void testCustomPatternStyle() throws IOException
131131
}
132132
assertEquals(aposToQuotes("{'date':'1/1/70 12:00 AM'}"), json);
133133
}
134-
134+
135135
public void testSerializationWithTypeInfo() throws IOException
136136
{
137137
// let's use epoch time (Jan 1, 1970, UTC)

0 commit comments

Comments
 (0)