File tree 2 files changed +5
-5
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/config
spring-core/src/main/java/org/springframework/core/env
2 files changed +5
-5
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.
@@ -160,8 +160,8 @@ public void setValueSeparator(@Nullable String valueSeparator) {
160
160
* <p>Default is {@link #DEFAULT_ESCAPE_CHARACTER}.
161
161
* @since 6.2
162
162
*/
163
- public void setEscapeCharacter (@ Nullable Character escsEscapeCharacter ) {
164
- this .escapeCharacter = escsEscapeCharacter ;
163
+ public void setEscapeCharacter (@ Nullable Character escapeCharacter ) {
164
+ this .escapeCharacter = escapeCharacter ;
165
165
}
166
166
167
167
/**
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.
@@ -123,7 +123,7 @@ public void setValueSeparator(@Nullable String valueSeparator) {
123
123
* Specify the escape character to use to ignore placeholder prefix
124
124
* or value separator, or {@code null} if no escaping should take
125
125
* place.
126
- * <p>The default is "\" .
126
+ * <p>The default is '\' .
127
127
* @since 6.2
128
128
* @see org.springframework.util.SystemPropertyUtils#ESCAPE_CHARACTER
129
129
*/
You can’t perform that action at this time.
0 commit comments