From a8beeff4e9a4ec85df41c5e4afda43ec701e3cb4 Mon Sep 17 00:00:00 2001 From: Christopher John Male Date: Fri, 4 May 2012 03:44:55 +0000 Subject: [PATCH] tidied some spelling git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333753 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/solr/util/plugin/ResourceLoaderAware.java | 2 +- solr/solrj/src/java/org/apache/solr/common/ResourceLoader.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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