mirror of https://github.com/apache/lucene.git
Fix typo in log message (we only support exactly Java 19)
This commit is contained in:
parent
9c12bec4a4
commit
7333f0329b
|
@ -31,7 +31,7 @@ import org.apache.lucene.util.Unwrappable;
|
|||
final class MemorySegmentIndexInputProvider implements MMapDirectory.MMapIndexInputProvider {
|
||||
|
||||
public MemorySegmentIndexInputProvider() {
|
||||
Logger.getLogger(getClass().getName()).info("Using MemorySegmentIndexInput with Java 19+");
|
||||
Logger.getLogger(getClass().getName()).info("Using MemorySegmentIndexInput with Java 19");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue