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

[lucene] branch branch_9x updated: fix spotless

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

ivera 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 d87928349a3 fix spotless
d87928349a3 is described below

commit d87928349a32f23ca63aeb8fc12992b092e2fdd2
Author: iverase <iv...@apache.org>
AuthorDate: Wed Jul 20 10:13:04 2022 +0200

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