diff --git a/lucene/core/src/java/org/apache/lucene/util/AttributeSource.java b/lucene/core/src/java/org/apache/lucene/util/AttributeSource.java index a878e3c186a..5b12fd3d567 100644 --- a/lucene/core/src/java/org/apache/lucene/util/AttributeSource.java +++ b/lucene/core/src/java/org/apache/lucene/util/AttributeSource.java @@ -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 Impl 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