We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f11711 commit bc46602Copy full SHA for bc46602
spring-beans/src/main/java/org/springframework/beans/factory/config/PlaceholderConfigurerSupport.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.
@@ -164,8 +164,8 @@ public void setValueSeparator(@Nullable String valueSeparator) {
164
* <p>Default is {@link #DEFAULT_ESCAPE_CHARACTER}.
165
* @since 6.2
166
*/
167
- public void setEscapeCharacter(@Nullable Character escsEscapeCharacter) {
168
- this.escapeCharacter = escsEscapeCharacter;
+ public void setEscapeCharacter(@Nullable Character escapeCharacter) {
+ this.escapeCharacter = escapeCharacter;
169
}
170
171
/**
0 commit comments