Fix formatting of Version.java

This commit is contained in:
Luca Cavanna 2023-01-25 13:49:23 +01:00
parent 59da15b0e5
commit 2bd87b7909
1 changed files with 2 additions and 2 deletions

View File

@ -90,10 +90,10 @@ public final class Version {
/**
* Match settings and bugs in Lucene's 9.6.0 release.
*
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_9_6_0 = new Version(9, 6, 0);
@Deprecated public static final Version LUCENE_9_6_0 = new Version(9, 6, 0);
/**
* Match settings and bugs in Lucene's 10.0.0 release.