SOLR-13565: Precommit errors

This commit is contained in:
noble 2019-07-22 03:31:39 +10:00
parent c173c2e863
commit 7d716f1107
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class LibListener implements ClusterPropertiesListener {
try {
return klas.getConstructor(CoreContainer.class).newInstance(coreContainer);
} catch (NoSuchMethodException ex) {
return klas.getConstructor(null).newInstance();
return klas.getConstructor().newInstance();
}
} catch (Exception ex) {
if (!memClassLoader.getErrors().isEmpty()) {