From 2d3ac4bb2e958dbbaff8a1787883b8259f3b7d1b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 21 Jul 2020 20:23:15 -0700 Subject: [PATCH] Polish --- .../spring-boot/src/main/resources/META-INF/spring.factories | 2 +- .../properties/source/ConfigurationPropertySourcesTests.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories b/spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories index 061171ccc6b..565e40a9ff7 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories @@ -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 diff --git a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java index 8ec3d45835b..d8020e997f6 100644 --- a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java +++ b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesTests.java @@ -59,7 +59,7 @@ class ConfigurationPropertySourcesTests { } @Test - void attachShouldReAttachInMergedSetup() { + void attachShouldReattachInMergedSetup() { ConfigurableEnvironment parent = new StandardEnvironment(); ConfigurationPropertySources.attach(parent); ConfigurableEnvironment child = new StandardEnvironment();