This commit is contained in:
Ignacio Vera 2024-06-27 16:08:48 +02:00
parent 803a743cd7
commit d47a5afc65
1 changed files with 2 additions and 2 deletions

View File

@ -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.