Make 4.11.0 deprecated in trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Ernst 2014-08-21 21:03:12 +00:00
parent b391906c85
commit 83981a198b
1 changed files with 2 additions and 0 deletions

View File

@ -173,7 +173,9 @@ public final class Version {
/**
* Match settings and bugs in Lucene's 4.11.0 release.
* @deprecated (5.0) Use latest
*/
@Deprecated
public static final Version LUCENE_4_11_0 = new Version(4, 11, 0);
/** Match settings and bugs in Lucene's 5.0 release.