add LUCENE_35

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1169463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-09-11 14:15:38 +00:00
parent 7b2548df48
commit 82649a21b4
1 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,13 @@ public enum Version {
@Deprecated @Deprecated
LUCENE_34, LUCENE_34,
/**
* Match settings and bugs in Lucene's 3.5 release.
* @deprecated (4.0) Use latest
*/
@Deprecated
LUCENE_35,
/** Match settings and bugs in Lucene's 4.0 release. /** Match settings and bugs in Lucene's 4.0 release.
* <p> * <p>
* Use this to get the latest &amp; greatest settings, bug * Use this to get the latest &amp; greatest settings, bug