Polish "Polish ImportCandidates"

See gh-33013
This commit is contained in:
Andy Wilkinson 2022-11-06 11:30:06 +00:00
parent d7090b500b
commit 651f4f7236
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}
}