mirror of https://github.com/apache/lucene.git
Fix solrj test compilation error.
This commit is contained in:
parent
b4fa0e785b
commit
cabb1fa366
|
@ -132,7 +132,7 @@ public class SolrExampleStreamingTest extends SolrExampleTests {
|
|||
lastError = ex;
|
||||
}
|
||||
|
||||
static class Builder extends ConcurrentUpdateSolrClient.Builder {
|
||||
public static class Builder extends ConcurrentUpdateSolrClient.Builder {
|
||||
|
||||
public Builder(String baseSolrUrl) {
|
||||
super(baseSolrUrl);
|
||||
|
|
Loading…
Reference in New Issue