Un-deprecate Version.LUCENE_7_0_0

This commit is contained in:
Mike McCandless 2016-03-02 04:33:56 -05:00
parent 96b195432f
commit 5fbee20457
1 changed files with 0 additions and 2 deletions

View File

@ -113,9 +113,7 @@ public final class Version {
/** /**
* Match settings and bugs in Lucene's 7.0.0 release. * Match settings and bugs in Lucene's 7.0.0 release.
* @deprecated Use latest
*/ */
@Deprecated
public static final Version LUCENE_7_0_0 = new Version(7, 0, 0); public static final Version LUCENE_7_0_0 = new Version(7, 0, 0);
// To add a new version: // To add a new version: