mirror of https://github.com/apache/lucene.git
Fix formatting of Version.java
This commit is contained in:
parent
59da15b0e5
commit
2bd87b7909
|
@ -90,10 +90,10 @@ public final class Version {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 9.6.0 release.
|
* Match settings and bugs in Lucene's 9.6.0 release.
|
||||||
|
*
|
||||||
* @deprecated Use latest
|
* @deprecated Use latest
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated public static final Version LUCENE_9_6_0 = new Version(9, 6, 0);
|
||||||
public static final Version LUCENE_9_6_0 = new Version(9, 6, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 10.0.0 release.
|
* Match settings and bugs in Lucene's 10.0.0 release.
|
||||||
|
|
Loading…
Reference in New Issue