Polish "Fix NPE in BeanDefinitionLoader when XML support is disabled"

See gh-22696
This commit is contained in:
Andy Wilkinson
2020-08-03 09:54:43 +01:00
parent 2bdeba8aaa
commit 11a296b068
2 changed files with 52 additions and 1 deletions

View File

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