mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@ class ConfigurationPropertySourcesTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void attachShouldReAttachInMergedSetup() {
|
||||
void attachShouldReattachInMergedSetup() {
|
||||
ConfigurableEnvironment parent = new StandardEnvironment();
|
||||
ConfigurationPropertySources.attach(parent);
|
||||
ConfigurableEnvironment child = new StandardEnvironment();
|
||||
|
||||
Reference in New Issue
Block a user