Polish "Fix NPE in BeanDefinitionLoader when XML support is disabled"
See gh-22696
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user