#604 - Make JacksonSerializationTest platform independent

Resolves #385
This commit is contained in:
Kulcsár Roland
2017-06-24 17:41:50 +02:00
committed by Greg Turnquist
parent 31c8b218b5
commit 6d86feb120

View File

@@ -87,7 +87,7 @@ public class JacksonSerializationTest {
builder.append(scanner.nextLine());
if (scanner.hasNextLine()) {
builder.append("\n");
builder.append(System.getProperty("line.separator"));
}
}