Extra whitespace
This commit is contained in:
parent
092a328b6b
commit
9ee8c045e4
|
@ -239,7 +239,6 @@ public class SerializationUtilsTest {
|
||||||
assertEquals(iMap, newMap);
|
assertEquals(iMap, newMap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSerializeBytes() throws Exception {
|
public void testSerializeBytes() throws Exception {
|
||||||
final byte[] testBytes = SerializationUtils.serialize(iMap);
|
final byte[] testBytes = SerializationUtils.serialize(iMap);
|
||||||
|
|
Loading…
Reference in New Issue