Run tidy on Version file

This commit is contained in:
Jan Høydahl 2021-12-16 15:53:55 +01:00
parent db26532154
commit 97106d37c9
1 changed files with 2 additions and 2 deletions

View File

@ -194,10 +194,10 @@ public final class Version {
/**
* Match settings and bugs in Lucene's 8.11.1 release.
*
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_8_11_1 = new Version(8, 11, 1);
@Deprecated public static final Version LUCENE_8_11_1 = new Version(8, 11, 1);
/**
* Match settings and bugs in Lucene's 8.12.0 release.