diff --git a/solr/core/src/java/org/apache/solr/util/plugin/ResourceLoaderAware.java b/solr/core/src/java/org/apache/solr/util/plugin/ResourceLoaderAware.java index c9f4ab8df31..89c36742997 100644 --- a/solr/core/src/java/org/apache/solr/util/plugin/ResourceLoaderAware.java +++ b/solr/core/src/java/org/apache/solr/util/plugin/ResourceLoaderAware.java @@ -18,7 +18,7 @@ package org.apache.solr.util.plugin; */ /** - * @deprecated This interface has ben kept for backwards compatibility and will + * @deprecated This interface has been kept for backwards compatibility and will * be removed in (5.0). Use {@link org.apache.lucene.analysis.util.ResourceLoaderAware}. */ @Deprecated diff --git a/solr/solrj/src/java/org/apache/solr/common/ResourceLoader.java b/solr/solrj/src/java/org/apache/solr/common/ResourceLoader.java index 92153adda86..e18663c3a50 100644 --- a/solr/solrj/src/java/org/apache/solr/common/ResourceLoader.java +++ b/solr/solrj/src/java/org/apache/solr/common/ResourceLoader.java @@ -18,7 +18,7 @@ package org.apache.solr.common; */ /** - * @deprecated This interface has ben kept for backwards compatibility and will + * @deprecated This interface has been kept for backwards compatibility and will * be removed in (5.0). Use {@link org.apache.lucene.analysis.util.ResourceLoader} */ @Deprecated