Browse Source

Merge branch '7.0.x'

pull/36522/head
Sam Brannen 1 week ago
parent
commit
447e1ee0cd
  1. 2
      spring-core/src/main/java/org/springframework/core/env/AbstractEnvironment.java

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

@ -327,7 +327,7 @@ public abstract class AbstractEnvironment implements ConfigurableEnvironment { @@ -327,7 +327,7 @@ public abstract class AbstractEnvironment implements ConfigurableEnvironment {
* Return the set of default profiles explicitly set via
* {@link #setDefaultProfiles(String...)}, or if the current set of default profiles
* consists only of {@linkplain #getReservedDefaultProfiles() reserved default
* profiles}, then check for the presence of {@link #doGetActiveProfilesProperty()}
* profiles}, then check for the presence of {@link #doGetDefaultProfilesProperty()}
* and assign its value (if any) to the set of default profiles.
* @see #AbstractEnvironment()
* @see #getDefaultProfiles()

Loading…
Cancel
Save