parent
d7090b500b
commit
651f4f7236
|
@ -93,8 +93,7 @@ public final class ImportCandidates implements Iterable<String> {
|
|||
return classLoader.getResources(location);
|
||||
}
|
||||
catch (IOException ex) {
|
||||
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]",
|
||||
ex);
|
||||
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue