Comment out the 5.3.2 and 5.4.1 version constants until they are released.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724307 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2016-01-12 20:02:55 +00:00
parent 284ff5235d
commit e0679e028c
1 changed files with 4 additions and 4 deletions

View File

@ -78,8 +78,8 @@ public final class Version {
* Match settings and bugs in Lucene's 5.3.2 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_5_3_2 = new Version(5, 3, 2);
//@Deprecated
//public static final Version LUCENE_5_3_2 = new Version(5, 3, 2);
/**
* Match settings and bugs in Lucene's 5.4.0 release.
@ -92,8 +92,8 @@ public final class Version {
* Match settings and bugs in Lucene's 5.4.1 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_5_4_1 = new Version(5, 4, 1);
//@Deprecated
//public static final Version LUCENE_5_4_1 = new Version(5, 4, 1);
/**
* Match settings and bugs in Lucene's 5.5.0 release.