File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-beans/src/main/java/org/springframework/beans/factory/config Expand file tree Collapse file tree 1 file changed +3
-3
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.
@@ -164,8 +164,8 @@ public void setValueSeparator(@Nullable String valueSeparator) {
164
164
* <p>Default is {@link #DEFAULT_ESCAPE_CHARACTER}.
165
165
* @since 6.2
166
166
*/
167
- public void setEscapeCharacter (@ Nullable Character escsEscapeCharacter ) {
168
- this .escapeCharacter = escsEscapeCharacter ;
167
+ public void setEscapeCharacter (@ Nullable Character escapeCharacter ) {
168
+ this .escapeCharacter = escapeCharacter ;
169
169
}
170
170
171
171
/**
You can’t perform that action at this time.
0 commit comments