Tidy the main branch

This commit is contained in:
Patrick Zhai 2023-04-26 21:21:57 -07:00
parent 7374c200a1
commit 1fa2be90ea
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,7 @@ public final class Version {
*
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_9_7_0 = new Version(9, 7, 0);
@Deprecated public static final Version LUCENE_9_7_0 = new Version(9, 7, 0);
/**
* Match settings and bugs in Lucene's 10.0.0 release.