File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/core/env Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2024 the original author or authors.
2
+ * Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -128,7 +128,7 @@ public void setValueSeparator(@Nullable String valueSeparator) {
128
128
* Specify the escape character to use to ignore placeholder prefix
129
129
* or value separator, or {@code null} if no escaping should take
130
130
* place.
131
- * <p>The default is "\" .
131
+ * <p>The default is '\' .
132
132
* @since 6.2
133
133
* @see org.springframework.util.SystemPropertyUtils#ESCAPE_CHARACTER
134
134
*/
You can’t perform that action at this time.
0 commit comments