This commit is contained in:
Phillip Webb 2022-11-05 17:02:57 -07:00
parent caf46043c6
commit d2cceb6b77
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import org.springframework.util.ReflectionUtils;
*
* @author Christoph Dreis
*/
public class ModifiedClassPathExtension implements InvocationInterceptor {
class ModifiedClassPathExtension implements InvocationInterceptor {
@Override
public void interceptBeforeAllMethod(Invocation<Void> invocation,