You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2022/09/03 16:20:59 UTC

[lucene] branch branch_9x updated: Tidy.

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

dweiss 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 9de9fbe3fb1 Tidy.
9de9fbe3fb1 is described below

commit 9de9fbe3fb1578a2018ddc511abd32d56fc85182
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Sat Sep 3 18:20:52 2022 +0200

    Tidy.
---
 lucene/core/src/java/org/apache/lucene/util/Version.java | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

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 0a6ba41c81a..1e3690aaf85 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -225,14 +225,12 @@ public final class Version {
   /** @deprecated (9.4.0) Use latest */
   @Deprecated public static final Version LUCENE_9_3_0 = new Version(9, 3, 0);
 
-  /**
-   * @deprecated (9.5.0) Use latest
-   */
-  @Deprecated
-  public static final Version LUCENE_9_4_0 = new Version(9, 4, 0);
+  /** @deprecated (9.5.0) Use latest */
+  @Deprecated public static final Version LUCENE_9_4_0 = new Version(9, 4, 0);
 
   /**
    * Match settings and bugs in Lucene's 9.5.0 release.
+   *
    * <p>Use this to get the latest &amp; greatest settings, bug fixes, etc, for Lucene.
    */
   public static final Version LUCENE_9_5_0 = new Version(9, 5, 0);