mirror of https://github.com/apache/lucene.git
spotless
This commit is contained in:
parent
803a743cd7
commit
d47a5afc65
|
@ -148,10 +148,10 @@ public final class Version {
|
|||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.11.1 release.
|
||||
*
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_9_11_1 = new Version(9, 11, 1);
|
||||
@Deprecated public static final Version LUCENE_9_11_1 = new Version(9, 11, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.12.0 release.
|
||||
|
|
Loading…
Reference in New Issue