Skip to content

Commit e4b199d

Browse files
committed
Bumping versions
1 parent a6c5d43 commit e4b199d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

spring-cloud-loadbalancer/src/test/java/org/springframework/cloud/loadbalancer/security/OAuth2LoadBalancerClientAutoConfigurationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.springframework.context.annotation.Configuration;
3030

3131
import static org.assertj.core.api.Assertions.assertThat;
32+
3233
/**
3334
* @author Dave Syer
3435
*

spring-cloud-test-support/src/main/java/org/springframework/cloud/test/ClassPathOverrides.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
import org.junit.jupiter.api.extension.ExtendWith;
2525

2626
/**
27-
* Annotation used in combination with {@link ModifiedClassPathExtension} to override entries
28-
* on the classpath.
27+
* Annotation used in combination with {@link ModifiedClassPathExtension} to override
28+
* entries on the classpath.
2929
*
3030
* @author Andy Wilkinson
3131
*/

spring-cloud-test-support/src/main/java/org/springframework/cloud/test/ModifiedClassPathExtension.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
/**
3838
* A custom {@link Extension} that runs tests using a modified class path. Entries are
3939
* excluded from the class path using {@link ClassPathExclusions @ClassPathExclusions} and
40-
* overridden using {@link ClassPathOverrides @ClassPathOverrides} on the test class.
41-
* A class loader is created with the customized class path and is used both to load
42-
* the test class and as the thread context class loader while the test is being run.
40+
* overridden using {@link ClassPathOverrides @ClassPathOverrides} on the test class. A
41+
* class loader is created with the customized class path and is used both to load the
42+
* test class and as the thread context class loader while the test is being run.
4343
*
4444
* @author Christoph Dreis
4545
* @author Siva Krishna Battu

0 commit comments

Comments
 (0)