Skip to content

Commit a2f427e

Browse files
authored
Fix comment above OnHeapHnswGraph#getNeighbors. (#14713)
1 parent 84b357c commit a2f427e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucene/core/src/java/org/apache/lucene/util/hnsw/OnHeapHnswGraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public final class OnHeapHnswGraph extends HnswGraph implements Accountable {
8686
}
8787

8888
/**
89-
* Returns the {@link NeighborQueue} connected to the given node.
89+
* Returns the {@link NeighborArray} connected to the given node.
9090
*
9191
* @param level level of the graph
9292
* @param node the node whose neighbors are returned, represented as an ordinal on the level 0.

0 commit comments

Comments
 (0)