Fix #40: extra catch block in BeanDefinitionLoader
This commit is contained in:
@@ -161,6 +161,9 @@ class BeanDefinitionLoader {
|
||||
try {
|
||||
return load(ClassUtils.forName(resolvedSource, null));
|
||||
}
|
||||
catch (IllegalArgumentException ex) {
|
||||
// swallow exception and continue
|
||||
}
|
||||
catch (ClassNotFoundException ex) {
|
||||
// swallow exception and continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user