mirror of https://github.com/apache/lucene.git
Tidy after version bump.
This commit is contained in:
parent
314c553bdc
commit
027240f522
|
@ -135,15 +135,14 @@ public final class Version {
|
|||
*
|
||||
* @deprecated (9.11.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated public static final Version LUCENE_9_10_0 = new Version(9, 10, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.11.0 release.
|
||||
*
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_9_11_0 = new Version(9, 11, 0);
|
||||
@Deprecated public static final Version LUCENE_9_11_0 = new Version(9, 11, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 10.0.0 release.
|
||||
|
|
Loading…
Reference in New Issue