mirror of https://github.com/apache/lucene.git
LUCENE-5640: Remove deprecated stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1592930 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0086a6e644
commit
af86a78df5
|
@ -41,14 +41,6 @@ import org.apache.lucene.analysis.TokenStream; // for javadocs
|
|||
*/
|
||||
public class AttributeSource {
|
||||
|
||||
/**
|
||||
* This is the default factory that creates {@link AttributeImpl}s using the
|
||||
* class name of the supplied {@link Attribute} interface class by appending <code>Impl</code> to it.
|
||||
* @deprecated use {@link AttributeFactory#DEFAULT_ATTRIBUTE_FACTORY}
|
||||
*/
|
||||
@Deprecated
|
||||
public static final AttributeFactory DEFAULT_ATTRIBUTE_FACTORY = AttributeFactory.DEFAULT_ATTRIBUTE_FACTORY;
|
||||
|
||||
/**
|
||||
* This class holds the state of an AttributeSource.
|
||||
* @see #captureState
|
||||
|
|
Loading…
Reference in New Issue