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 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 */
You can’t perform that action at this time.
0 commit comments