Merge branch '5.3.x'

This commit is contained in:
Sam Brannen
2022-06-20 16:03:09 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ import static org.springframework.web.testfixture.method.ResolvableMethod.on;
*/
public class ResponseEntityResultHandlerTests {
private static final String NEWLINE_SYSTEM_PROPERTY = System.getProperty("line.separator");
private static final String NEWLINE_SYSTEM_PROPERTY = System.lineSeparator();
private ResponseEntityResultHandler resultHandler;