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 2022/11/22 17:57:36 UTC

[lucene] branch main updated: Tidy.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7b7cb396e5e Tidy.
7b7cb396e5e is described below

commit 7b7cb396e5e234ed58bb2b58570fe051bfccfa68
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 22 18:57:21 2022 +0100

    Tidy.
---
 lucene/core/src/java/org/apache/lucene/util/Version.java | 4 ++--
 1 file changed, 2 insertions(+), 2 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 6cc7e802cba..a635d7715dc 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -76,10 +76,10 @@ public final class Version {
 
   /**
    * Match settings and bugs in Lucene's 9.4.2 release.
+   *
    * @deprecated Use latest
    */
-  @Deprecated
-  public static final Version LUCENE_9_4_2 = new Version(9, 4, 2);
+  @Deprecated public static final Version LUCENE_9_4_2 = new Version(9, 4, 2);
 
   /**
    * Match settings and bugs in Lucene's 10.0.0 release.