You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2021/11/02 17:53:14 UTC

[lucene-solr] branch branch_8_11 updated: Fix documentation link.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch branch_8_11
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_11 by this push:
     new 2d24dca  Fix documentation link.
2d24dca is described below

commit 2d24dcae7c235ddda68516f5be688ac7d857d530
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 2 18:52:42 2021 +0100

    Fix documentation link.
---
 .../core/src/java/org/apache/lucene/codecs/lucene87/Lucene87Codec.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/core/src/java/org/apache/lucene/codecs/lucene87/Lucene87Codec.java b/lucene/core/src/java/org/apache/lucene/codecs/lucene87/Lucene87Codec.java
index 289e37f..acc3dcb 100644
--- a/lucene/core/src/java/org/apache/lucene/codecs/lucene87/Lucene87Codec.java
+++ b/lucene/core/src/java/org/apache/lucene/codecs/lucene87/Lucene87Codec.java
@@ -50,7 +50,7 @@ import org.apache.lucene.codecs.perfield.PerFieldPostingsFormat;
  * If you want to reuse functionality of this codec in another codec, extend
  * {@link FilterCodec}.
  *
- * @see org.apache.lucene.codecs.lucene86 package documentation for file format details.
+ * @see org.apache.lucene.codecs.lucene87 package documentation for file format details.
  *
  * @lucene.experimental
  */