mirror of https://github.com/apache/lucene.git
LUCENE-9247: Fix class visibility issue discovered when backporting.
This commit is contained in:
parent
99af698107
commit
30944d3520
|
@ -787,7 +787,7 @@ abstract class BaseIndexFileFormatTestCase extends LuceneTestCase {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class ReadBytesDirectoryWrapper extends FilterDirectory {
|
private static class ReadBytesDirectoryWrapper extends FilterDirectory {
|
||||||
|
|
||||||
ReadBytesDirectoryWrapper(Directory in) {
|
ReadBytesDirectoryWrapper(Directory in) {
|
||||||
super(in);
|
super(in);
|
||||||
|
|
Loading…
Reference in New Issue