Delete trailing white space in spring-test

This commit is contained in:
Sam Brannen 2014-08-14 00:30:50 +02:00
parent 2cbd5ba993
commit f4c23d8715
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ import org.springframework.util.StringUtils;
* values in the test class hierarchy taking into consideration the semantics
* of the {@link ContextConfiguration#inheritLocations},
* {@link ActiveProfiles#inheritProfiles},
* {@link TestPropertySource#inheritLocations}, and
* {@link TestPropertySource#inheritLocations}, and
* {@link TestPropertySource#inheritProperties} flags.
*
* <p>A {@link SmartContextLoader} uses {@code MergedContextConfiguration}

View File

@ -31,7 +31,7 @@ import static org.junit.Assert.*;
/**
* Integration tests for {@link TestPropertySource @TestPropertySource}
* support with an explicitly named properties file that overrides a
* support with an explicitly named properties file that overrides a
* system property.
*
* @author Sam Brannen

View File

@ -30,7 +30,7 @@
</bean>
<!-- spr5847 -->
<bean id="andy"
class="org.springframework.test.context.expression.ExpressionUsageTests$Foo">
<property name="name" value="#{properties.username}" />