@ -73,12 +73,12 @@ public final class ImportCandidates implements Iterable<String> {
@@ -73,12 +73,12 @@ public final class ImportCandidates implements Iterable<String> {
@ -93,15 +93,14 @@ public final class ImportCandidates implements Iterable<String> {
@@ -93,15 +93,14 @@ public final class ImportCandidates implements Iterable<String> {
returnclassLoader.getResources(location);
}
catch(IOExceptionex){
thrownewIllegalArgumentException("Failed to load autoconfigurations from location ["+location+"]",
ex);
thrownewIllegalArgumentException("Failed to load configurations from location ["+location+"]",ex);
@ -109,12 +108,12 @@ public final class ImportCandidates implements Iterable<String> {
@@ -109,12 +108,12 @@ public final class ImportCandidates implements Iterable<String> {
if(line.isEmpty()){
continue;
}
autoConfigurations.add(line);
candidates.add(line);
}
returnautoConfigurations;
returncandidates;
}
catch(IOExceptionex){
thrownewIllegalArgumentException("Unable to load autoconfigurations from location ["+url+"]",ex);
thrownewIllegalArgumentException("Unable to load configurations from location ["+url+"]",ex);