mirror of https://github.com/apache/lucene.git
LUCENE-8477: Restore public ctr for FilteredIntervalsSource
This commit is contained in:
parent
0859be134d
commit
c1222b57e9
|
@ -83,7 +83,7 @@ public abstract class FilteredIntervalsSource extends IntervalsSource {
|
|||
* @param name the name of the filter
|
||||
* @param in the source to filter
|
||||
*/
|
||||
private FilteredIntervalsSource(String name, IntervalsSource in) {
|
||||
public FilteredIntervalsSource(String name, IntervalsSource in) {
|
||||
this.name = name;
|
||||
this.in = in;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue