mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 20:15:18 +00:00
LUCENE-8477: Restore public ctr for FilteredIntervalsSource
This commit is contained in:
parent
f3cdd326bd
commit
e460356abe
@ -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…
x
Reference in New Issue
Block a user