Skip to content

Commit 8599ee6

Browse files
committed
Polish Javadoc
1 parent bc46602 commit 8599ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/src/main/java/org/springframework/core/env/AbstractPropertyResolver.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -128,7 +128,7 @@ public void setValueSeparator(@Nullable String valueSeparator) {
128128
* Specify the escape character to use to ignore placeholder prefix
129129
* or value separator, or {@code null} if no escaping should take
130130
* place.
131-
* <p>The default is "\".
131+
* <p>The default is '\'.
132132
* @since 6.2
133133
* @see org.springframework.util.SystemPropertyUtils#ESCAPE_CHARACTER
134134
*/

0 commit comments

Comments
 (0)