We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141ef90 commit c6818feCopy full SHA for c6818fe
spring-core/src/main/java/org/springframework/core/SortedProperties.java
@@ -49,7 +49,7 @@
49
@SuppressWarnings("serial")
50
class SortedProperties extends Properties {
51
52
- static final String EOL = System.getProperty("line.separator");
+ static final String EOL = System.lineSeparator();
53
54
private static final Comparator<Object> keyComparator = //
55
(key1, key2) -> String.valueOf(key1).compareTo(String.valueOf(key2));
0 commit comments