#714 - Use system-dependent line separator.

This commit is contained in:
Kulcsár Roland
2018-05-26 16:34:01 +02:00
committed by Greg Turnquist
parent ef3e3c48fe
commit 900b2e5572

View File

@@ -50,7 +50,7 @@ public final class MappingUtils {
builder.append(scanner.nextLine());
if (scanner.hasNextLine()) {
builder.append("\n");
builder.append(System.lineSeparator());
}
}