Skip to content

Commit f4c23d8

Browse files
committed
Delete trailing white space in spring-test
1 parent 2cbd5ba commit f4c23d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* values in the test class hierarchy taking into consideration the semantics
4444
* of the {@link ContextConfiguration#inheritLocations},
4545
* {@link ActiveProfiles#inheritProfiles},
46-
* {@link TestPropertySource#inheritLocations}, and
46+
* {@link TestPropertySource#inheritLocations}, and
4747
* {@link TestPropertySource#inheritProperties} flags.
4848
*
4949
* <p>A {@link SmartContextLoader} uses {@code MergedContextConfiguration}

spring-test/src/test/java/org/springframework/test/context/env/SystemPropertyOverridePropertiesFileTestPropertySourceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
/**
3333
* Integration tests for {@link TestPropertySource @TestPropertySource}
34-
* support with an explicitly named properties file that overrides a
34+
* support with an explicitly named properties file that overrides a
3535
* system property.
3636
*
3737
* @author Sam Brannen

spring-test/src/test/java/org/springframework/test/context/expression/ExpressionUsageTests-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</bean>
3131

3232
<!-- spr5847 -->
33-
33+
3434
<bean id="andy"
3535
class="org.springframework.test.context.expression.ExpressionUsageTests$Foo">
3636
<property name="name" value="#{properties.username}" />

0 commit comments

Comments
 (0)