Skip to content

Commit 3ab86c1

Browse files
committed
Polishing
1 parent 87a89c2 commit 3ab86c1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

spring-oxm/src/test/java/org/springframework/oxm/jibx/JibxMarshallerTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public static void compilerAssumptions() {
4343
Assume.assumeTrue(System.getProperty("java.version").startsWith("1.8."));
4444
}
4545

46+
4647
@Override
4748
protected JibxMarshaller createMarshaller() throws Exception {
4849
JibxMarshaller marshaller = new JibxMarshaller();
@@ -60,6 +61,7 @@ protected Object createFlights() {
6061
return flights;
6162
}
6263

64+
6365
@Test(expected = IllegalArgumentException.class)
6466
public void afterPropertiesSetNoContextPath() throws Exception {
6567
JibxMarshaller marshaller = new JibxMarshaller();

spring-oxm/src/test/java/org/springframework/oxm/jibx/JibxUnmarshallerTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ protected void testFlight(Object o) {
7171
assertEquals("Number is invalid", 42L, flight.getNumber());
7272
}
7373

74+
7475
@Test
7576
@Override
7677
public void unmarshalPartialStaxSourceXmlStreamReader() throws Exception {

0 commit comments

Comments
 (0)