mirror of https://github.com/apache/lucene.git
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:
parent
7b2548df48
commit
82649a21b4
|
@ -65,6 +65,13 @@ public enum Version {
|
|||
*/
|
||||
@Deprecated
|
||||
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.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue