#714 - Use system-dependent line separator.
This commit is contained in:
committed by
Greg Turnquist
parent
ef3e3c48fe
commit
900b2e5572
@@ -50,7 +50,7 @@ public final class MappingUtils {
|
||||
builder.append(scanner.nextLine());
|
||||
|
||||
if (scanner.hasNextLine()) {
|
||||
builder.append("\n");
|
||||
builder.append(System.lineSeparator());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user