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/05/16 20:24:22 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 4eab89b7973 Tidy.
4eab89b7973 is described below

commit 4eab89b797308abb7d3f39d5d404f9fee25682e9
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Mon May 16 22:24:14 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 a134af2ea6d..e9fa1f81819 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -212,14 +212,12 @@ public final class Version {
   /** @deprecated (9.2.0) Use latest */
   @Deprecated public static final Version LUCENE_9_1_0 = new Version(9, 1, 0);
 
-  /**
-   * @deprecated (9.3.0) Use latest
-   */
-  @Deprecated
-  public static final Version LUCENE_9_2_0 = new Version(9, 2, 0);
+  /** @deprecated (9.3.0) Use latest */
+  @Deprecated public static final Version LUCENE_9_2_0 = new Version(9, 2, 0);
 
   /**
    * Match settings and bugs in Lucene's 9.3.0 release.
+   *
    * <p>Use this to get the latest &amp; greatest settings, bug fixes, etc, for Lucene.
    */
   public static final Version LUCENE_9_3_0 = new Version(9, 3, 0);