@ -82,12 +82,12 @@ public final class ImportCandidates implements Iterable<String> {
@@ -82,12 +82,12 @@ public final class ImportCandidates implements Iterable<String> {
@ -102,15 +102,15 @@ public final class ImportCandidates implements Iterable<String> {
@@ -102,15 +102,15 @@ public final class ImportCandidates implements Iterable<String> {
returnclassLoader.getResources(location);
}
catch(IOExceptionex){
thrownewIllegalArgumentException("Failed to load autoconfigurations from location ["+location+"]",
thrownewIllegalArgumentException("Failed to load configurations from location ["+location+"]",
@ -118,12 +118,12 @@ public final class ImportCandidates implements Iterable<String> {
@@ -118,12 +118,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);