mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix incorrect cross reference in AbstractEnvironment Javadoc
Closes gh-36516 Signed-off-by: Junseo Bae <ferrater1013@gmail.com>
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user