mirror of
https://github.com/apache/lucene.git
synced 2025-02-09 11:35:14 +00:00
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) {
|
||||
super(in);
|
||||
|
Loading…
x
Reference in New Issue
Block a user