Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaih committed May 9, 2023
1 parent 0c83a14 commit 5c8d6e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public static NeighborQueue search(
return search(query, topK, vectors, graph, graphSearcher, acceptOrds, visitedLimit);
}

static <T> NeighborQueue search(
private static <T> NeighborQueue search(
T query,
int topK,
RandomAccessVectorValues<T> vectors,
Expand Down

0 comments on commit 5c8d6e2

Please sign in to comment.