- Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-04-27 17:43:34 +00:00
parent e4284d09bb
commit 5573feaa62
1 changed files with 3 additions and 4 deletions

View File

@ -62,13 +62,13 @@ public interface SolrCache extends SolrInfoMBean {
// change to NamedList when other plugins do? // change to NamedList when other plugins do?
/** /**
* Name the Cache can be refrenced with by SolrRequestHandlers. * Name the Cache can be referenced with by SolrRequestHandlers.
* *
* This method must return the identifier that the Cache instance * This method must return the identifier that the Cache instance
* expects SolrRequestHandlers to use when requesting access to it * expects SolrRequestHandlers to use when requesting access to it
* from the SolrIndexSearcher. It is <strong>strongly</strong> * from the SolrIndexSearcher. It is <strong>strongly</strong>
* recommended thta this method return the value of the "name" * recommended that this method return the value of the "name"
* paramater from the init args. * parameter from the init args.
* *
* :TODO: verify this. * :TODO: verify this.
*/ */
@ -134,4 +134,3 @@ public interface SolrCache extends SolrInfoMBean {
public void close(); public void close();
} }