mirror of https://github.com/apache/lucene.git
nice to put deprecation replacement after annotation - that gets in the javadoc summary
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@805911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6136508670
commit
99b3406bb5
|
@ -23,7 +23,8 @@ import java.io.IOException;
|
|||
|
||||
/**
|
||||
* This interface is obsolete, use {@link FieldCache} instead.
|
||||
* @deprecated Will be removed in Lucene 3.0
|
||||
*
|
||||
* @deprecated Use {@link FieldCache}, this will be removed in Lucene 3.0
|
||||
**/
|
||||
public interface ExtendedFieldCache extends FieldCache {
|
||||
|
||||
|
|
Loading…
Reference in New Issue