#604 - Make JacksonSerializationTest platform independent
Resolves #385
This commit is contained in:
committed by
Greg Turnquist
parent
31c8b218b5
commit
6d86feb120
@@ -87,7 +87,7 @@ public class JacksonSerializationTest {
|
||||
builder.append(scanner.nextLine());
|
||||
|
||||
if (scanner.hasNextLine()) {
|
||||
builder.append("\n");
|
||||
builder.append(System.getProperty("line.separator"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user