mirror of https://github.com/apache/lucene.git
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:
parent
b391906c85
commit
83981a198b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue