Skip to content

Commit

Permalink
fix MSR.Supplier reference
Browse files Browse the repository at this point in the history
Co-authored-by: Mehmet Dogan <[email protected]>
  • Loading branch information
jbellis and mdogan authored May 20, 2024
1 parent ab8954e commit 6c5df73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public class ReaderSupplierFactory {
private static final Logger LOG = Logger.getLogger(ReaderSupplierFactory.class.getName());
private static final String MEMORY_SEGMENT_READER_CLASSNAME = "io.github.jbellis.jvector.disk.MemorySegmentReader.MemorySegmentReaderSupplier";
private static final String MEMORY_SEGMENT_READER_CLASSNAME = "io.github.jbellis.jvector.disk.MemorySegmentReader.Supplier";

public static ReaderSupplier open(Path path) throws IOException {
try {
Expand Down

0 comments on commit 6c5df73

Please sign in to comment.