From 7056a95ffc52488120eceba082479523277a3d2b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 8 Apr 2021 20:42:22 -0700 Subject: [PATCH] Polish 'Support system-dependent path separators' See gh-24490 --- .../src/docs/asciidoc/spring-boot-features.adoc | 8 +++++--- .../config/StandardConfigDataLocationResolver.java | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index 610f9b7527..e9b420774e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -563,9 +563,11 @@ TIP: Use the prefix `optional:` if the <