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:
Steve Rowe 2016-05-13 18:48:51 -04:00
parent c9f7535707
commit 22087dfd0c
1 changed files with 3 additions and 3 deletions

View File

@ -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 &amp; 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 &amp; greatest settings, bug
* fixes, etc, for Lucene.
*/
public static final Version LUCENE_6_1_0 = new Version(6, 1, 0);