Skip to content

Commit

Permalink
Increase visibility of ModifiedClassPathExtension. (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek authored Jun 17, 2024
1 parent 04e746d commit ff188c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* @see <a href=
* "https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/classpath/ModifiedClassPathExtension.java">ModifiedClassPathExtension.java</a>
*/
class ModifiedClassPathExtension implements InvocationInterceptor {
public class ModifiedClassPathExtension implements InvocationInterceptor {

@Override
public void interceptBeforeAllMethod(Invocation<Void> invocation,
Expand Down

0 comments on commit ff188c8

Please sign in to comment.