Skip to content

Commit 2d3ac4b

Browse files
committed
Polish
1 parent 3d7d9d0 commit 2d3ac4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertyValueF
5959
org.springframework.boot.diagnostics.analyzer.PatternParseFailureAnalyzer,\
6060
org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer
6161

62-
# FailureAnalysisReporters
62+
# Failure Analysis Reporters
6363
org.springframework.boot.diagnostics.FailureAnalysisReporter=\
6464
org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void attachShouldAddAdapterAtBeginning() {
5959
}
6060

6161
@Test
62-
void attachShouldReAttachInMergedSetup() {
62+
void attachShouldReattachInMergedSetup() {
6363
ConfigurableEnvironment parent = new StandardEnvironment();
6464
ConfigurationPropertySources.attach(parent);
6565
ConfigurableEnvironment child = new StandardEnvironment();

0 commit comments

Comments
 (0)