From 605e2477b947c90e6550e7cc2e1d4424f546bba2 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 8 Jan 2019 21:57:13 +0100 Subject: [PATCH] Polishing --- .../config/PropertyPlaceholderConfigurer.java | 8 ++++---- .../MessageBrokerBeanDefinitionParserTests.java | 15 +++++++-------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.java b/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.java index 56e69745e8f..2d53637d8ce 100644 --- a/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.java +++ b/spring-beans/src/main/java/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.java @@ -34,8 +34,8 @@ import org.springframework.util.StringValueResolver; * *

As of Spring 3.1, {@link org.springframework.context.support.PropertySourcesPlaceholderConfigurer * PropertySourcesPlaceholderConfigurer} should be used preferentially over this implementation; it is - * more flexible through taking advantage of the {@link org.springframework.core.env.Environment Environment} and - * {@link org.springframework.core.env.PropertySource PropertySource} mechanisms also made available in Spring 3.1. + * more flexible through taking advantage of the {@link org.springframework.core.env.Environment} and + * {@link org.springframework.core.env.PropertySource} mechanisms also made available in Spring 3.1. * *

{@link PropertyPlaceholderConfigurer} is still appropriate for use when: *