Skip to content

Commit b4283d4

Browse files
committed
Merge branch '2.6.x' into 2.7.x
2 parents 2ab1f49 + d2cceb6 commit b4283d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/classpath/ModifiedClassPathExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*
4747
* @author Christoph Dreis
4848
*/
49-
public class ModifiedClassPathExtension implements InvocationInterceptor {
49+
class ModifiedClassPathExtension implements InvocationInterceptor {
5050

5151
@Override
5252
public void interceptBeforeAllMethod(Invocation<Void> invocation,

0 commit comments

Comments
 (0)