You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/12/16 14:36:31 UTC

[lucene] branch branch_9x updated: Remove duplicated @deprecated line

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

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 3d5c3b5  Remove duplicated @deprecated line
3d5c3b5 is described below

commit 3d5c3b5f8e4686478d0dd83919267d546dbd14a2
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Dec 16 15:36:21 2021 +0100

    Remove duplicated @deprecated line
---
 lucene/core/src/java/org/apache/lucene/util/Version.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lucene/core/src/java/org/apache/lucene/util/Version.java b/lucene/core/src/java/org/apache/lucene/util/Version.java
index dbb3dc0..b708c22 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -188,7 +188,6 @@ public final class Version {
   /**
    * Match settings and bugs in Lucene's 8.11.0 release.
    *
-   * @deprecated Use latest
    * @deprecated (8.11.1) Use latest
    */
   @Deprecated public static final Version LUCENE_8_11_0 = new Version(8, 11, 0);