Delete trailing white space in spring-test
This commit is contained in:
parent
2cbd5ba993
commit
f4c23d8715
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
</bean>
|
||||
|
||||
<!-- spr5847 -->
|
||||
|
||||
|
||||
<bean id="andy"
|
||||
class="org.springframework.test.context.expression.ExpressionUsageTests$Foo">
|
||||
<property name="name" value="#{properties.username}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue