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:
Uwe Schindler 2014-05-07 01:04:39 +00:00
parent 0086a6e644
commit af86a78df5
1 changed files with 0 additions and 8 deletions

View File

@ -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