Skip to content

Commit 447e1ee

Browse files
committed
Merge branch '7.0.x'
2 parents bef2f44 + f92e810 commit 447e1ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public String[] getDefaultProfiles() {
327327
* Return the set of default profiles explicitly set via
328328
* {@link #setDefaultProfiles(String...)}, or if the current set of default profiles
329329
* consists only of {@linkplain #getReservedDefaultProfiles() reserved default
330-
* profiles}, then check for the presence of {@link #doGetActiveProfilesProperty()}
330+
* profiles}, then check for the presence of {@link #doGetDefaultProfilesProperty()}
331331
* and assign its value (if any) to the set of default profiles.
332332
* @see #AbstractEnvironment()
333333
* @see #getDefaultProfiles()

0 commit comments

Comments
 (0)