We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc46602 commit 8599ee6Copy full SHA for 8599ee6
spring-core/src/main/java/org/springframework/core/env/AbstractPropertyResolver.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2024 the original author or authors.
+ * Copyright 2002-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -128,7 +128,7 @@ public void setValueSeparator(@Nullable String valueSeparator) {
128
* Specify the escape character to use to ignore placeholder prefix
129
* or value separator, or {@code null} if no escaping should take
130
* place.
131
- * <p>The default is "\".
+ * <p>The default is '\'.
132
* @since 6.2
133
* @see org.springframework.util.SystemPropertyUtils#ESCAPE_CHARACTER
134
*/
0 commit comments