We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bef2f44 + f92e810 commit 447e1eeCopy full SHA for 447e1ee
1 file changed
spring-core/src/main/java/org/springframework/core/env/AbstractEnvironment.java
@@ -327,7 +327,7 @@ public String[] getDefaultProfiles() {
327
* Return the set of default profiles explicitly set via
328
* {@link #setDefaultProfiles(String...)}, or if the current set of default profiles
329
* consists only of {@linkplain #getReservedDefaultProfiles() reserved default
330
- * profiles}, then check for the presence of {@link #doGetActiveProfilesProperty()}
+ * profiles}, then check for the presence of {@link #doGetDefaultProfilesProperty()}
331
* and assign its value (if any) to the set of default profiles.
332
* @see #AbstractEnvironment()
333
* @see #getDefaultProfiles()
0 commit comments