mirror of https://github.com/apache/lucene.git
SOLR-13565: Precommit errors
This commit is contained in:
parent
c173c2e863
commit
7d716f1107
|
@ -79,7 +79,7 @@ public class LibListener implements ClusterPropertiesListener {
|
||||||
try {
|
try {
|
||||||
return klas.getConstructor(CoreContainer.class).newInstance(coreContainer);
|
return klas.getConstructor(CoreContainer.class).newInstance(coreContainer);
|
||||||
} catch (NoSuchMethodException ex) {
|
} catch (NoSuchMethodException ex) {
|
||||||
return klas.getConstructor(null).newInstance();
|
return klas.getConstructor().newInstance();
|
||||||
}
|
}
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
if (!memClassLoader.getErrors().isEmpty()) {
|
if (!memClassLoader.getErrors().isEmpty()) {
|
||||||
|
|
Loading…
Reference in New Issue