Skip to content

Commit bdb04b1

Browse files
committed
Merge pull request #1601 from hongxingwz:master
* pr/1601: Fix copy/paste in Javadoc
2 parents bc8e525 + 4b614dc commit bdb04b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ public interface ConfigurableEnvironment extends Environment, ConfigurableProper
107107
* be searched when resolving properties against this {@code Environment} object.
108108
* The various {@link MutablePropertySources} methods such as
109109
* {@link MutablePropertySources#addFirst addFirst},
110-
* {@link MutablePropertySources#addFirst addLast},
111-
* {@link MutablePropertySources#addFirst addBefore} and
112-
* {@link MutablePropertySources#addFirst addAfter} allow for fine-grained control
110+
* {@link MutablePropertySources#addLast addLast},
111+
* {@link MutablePropertySources#addBefore addBefore} and
112+
* {@link MutablePropertySources#addAfter addAfter} allow for fine-grained control
113113
* over property source ordering. This is useful, for example, in ensuring that
114114
* certain user-defined property sources have search precedence over default property
115115
* sources such as the set of system properties or the set of system environment

0 commit comments

Comments
 (0)