mirror of https://github.com/apache/lucene.git
Run tidy on Version file
This commit is contained in:
parent
db26532154
commit
97106d37c9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue