You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by md...@apache.org on 2022/06/22 17:48:55 UTC

[lucene] branch branch_9x updated: spotless

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

mdrob 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 f3025a56e31 spotless
f3025a56e31 is described below

commit f3025a56e312a0bdb3907fb38f93c1cb3adfaca5
Author: Mike Drob <md...@apple.com>
AuthorDate: Wed Jun 22 10:48:32 2022 -0700

    spotless
---
 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 31725c0841f..a3a34ee6de5 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -201,10 +201,10 @@ public final class Version {
 
   /**
    * Match settings and bugs in Lucene's 8.11.2 release.
+   *
    * @deprecated Use latest
    */
-  @Deprecated
-  public static final Version LUCENE_8_11_2 = new Version(8, 11, 2);
+  @Deprecated public static final Version LUCENE_8_11_2 = new Version(8, 11, 2);
 
   /**
    * Match settings and bugs in Lucene's 8.12.0 release.