Skip to content

Commit d2cceb6

Browse files
committed
Polish
1 parent caf4604 commit d2cceb6

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)