Skip to content

Commit

Permalink
add Override annot
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sokolov committed Jul 10, 2024
1 parent 0f5edf6 commit 6cb933d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public void setInfoStream(InfoStream infoStream) {
this.infoStream = infoStream;
}

@Override
public OnHeapHnswGraph getCompletedGraph() {
frozen = true;
return getGraph();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.lucene.tests.util.hnsw;
package org.apache.lucene.util.hnsw;

import static org.apache.lucene.search.DocIdSetIterator.NO_MORE_DOCS;

Expand All @@ -30,7 +30,6 @@
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.index.LeafReaderContext;
import org.apache.lucene.util.FixedBitSet;
import org.apache.lucene.util.hnsw.HnswGraph;

/** Utilities for use in tests involving HNSW graphs */
public class HnswTestUtil {
Expand Down

0 comments on commit 6cb933d

Please sign in to comment.