Skip to content

Commit 7c84266

Browse files
committed
Remove trailing whitespace in spring-test
1 parent 76fe5f6 commit 7c84266

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/junit4/rules/SpringMethodRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ private Statement withProfileValueCheck(Statement next, Method testMethod, Objec
224224
* that is annotated with {@code @ClassRule}.
225225
*/
226226
private static SpringClassRule validateSpringClassRuleConfiguration(Class<?> testClass) {
227-
Field ruleField = findSpringClassRuleField(testClass).orElseThrow(() ->
227+
Field ruleField = findSpringClassRuleField(testClass).orElseThrow(() ->
228228
new IllegalStateException(String.format(
229229
"Failed to find 'public static final SpringClassRule' field in test class [%s]. " +
230230
"Consult the javadoc for SpringClassRule for details.", testClass.getName())));

spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSpringAndJUnitJupiterTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Integration tests that verify support for {@code @Nested} test classes
3333
* in conjunction with the {@link SpringExtension} in a JUnit 5 (Jupiter)
3434
* environment.
35-
*
35+
*
3636
* @author Sam Brannen
3737
* @since 5.0
3838
* @see org.springframework.test.context.junit4.nested.NestedTestsWithSpringRulesTests

spring-test/src/test/java/org/springframework/test/context/junit4/concurrency/SpringJUnit4ConcurrencyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* <p>The tests executed by this test class come from a hand-picked collection of test
5656
* classes within the test suite that is intended to cover most categories of tests
5757
* that are currently supported by the TestContext Framework on JUnit 4.
58-
*
58+
*
5959
* <p>The chosen test classes intentionally do <em>not</em> include any classes that
6060
* fall under the following categories.
6161
*

0 commit comments

Comments
 (0)