mirror of https://github.com/apache/lucene.git
Manually move the javadoc paragraph 'Use this to get the latest & greatest settings...' from the 6.0.0 version to the 6.1.0 version.
This commit is contained in:
parent
c9f7535707
commit
22087dfd0c
|
@ -110,9 +110,6 @@ public final class Version {
|
|||
public static final Version LUCENE_5_5_1 = new Version(5, 5, 1);
|
||||
|
||||
/** Match settings and bugs in Lucene's 6.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
* fixes, etc, for Lucene.
|
||||
* @deprecated (6.1.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
|
@ -127,6 +124,9 @@ public final class Version {
|
|||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 6.1.0 release.
|
||||
* <p>
|
||||
* Use this to get the latest & greatest settings, bug
|
||||
* fixes, etc, for Lucene.
|
||||
*/
|
||||
public static final Version LUCENE_6_1_0 = new Version(6, 1, 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue