This commit is contained in:
Phillip Webb 2020-07-21 20:23:15 -07:00
parent 3d7d9d064c
commit 2d3ac4bb2e
2 changed files with 2 additions and 2 deletions

View File

@ -59,6 +59,6 @@ org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertyValueF
org.springframework.boot.diagnostics.analyzer.PatternParseFailureAnalyzer,\
org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer
# FailureAnalysisReporters
# Failure Analysis Reporters
org.springframework.boot.diagnostics.FailureAnalysisReporter=\
org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter

View File

@ -59,7 +59,7 @@ class ConfigurationPropertySourcesTests {
}
@Test
void attachShouldReAttachInMergedSetup() {
void attachShouldReattachInMergedSetup() {
ConfigurableEnvironment parent = new StandardEnvironment();
ConfigurationPropertySources.attach(parent);
ConfigurableEnvironment child = new StandardEnvironment();