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 21:31:06 UTC

[lucene] branch branch_9_4 updated: Tidy.

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

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


The following commit(s) were added to refs/heads/branch_9_4 by this push:
     new 93382f36fd3 Tidy.
93382f36fd3 is described below

commit 93382f36fd3c16c620996737198552687f9a8921
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 22 22:30:46 2022 +0100

    Tidy.
---
 lucene/core/src/java/org/apache/lucene/util/Version.java | 1 +
 1 file changed, 1 insertion(+)

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 063a482b21e..d1300cb885f 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -236,6 +236,7 @@ public final class Version {
 
   /**
    * Match settings and bugs in Lucene's 9.4.3 release.
+   *
    * <p>Use this to get the latest &amp; greatest settings, bug fixes, etc, for Lucene.
    */
   public static final Version LUCENE_9_4_3 = new Version(9, 4, 3);