You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ot...@apache.org on 2009/02/06 22:05:20 UTC

svn commit: r741723 - /lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java

Author: otis
Date: Fri Feb  6 21:05:20 2009
New Revision: 741723

URL: http://svn.apache.org/viewvc?rev=741723&view=rev
Log:
- Javadoc fixes

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java

Modified: lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java?rev=741723&r1=741722&r2=741723&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java Fri Feb  6 21:05:20 2009
@@ -27,9 +27,9 @@
  * Implementations of <code>QueryResponseWriter</code> are used to format responses to query requests.
  *
  * Different <code>QueryResponseWriter</code>s are registered with the <code>SolrCore</code>.
- * One way to register a QueryResponseWriter with the core is thorugh the <code>solrconfig.xml</code> file.
+ * One way to register a QueryResponseWriter with the core is through the <code>solrconfig.xml</code> file.
  * <p>
- * Example <code>solrconfig.xml</code> entry to register a <code>QueryResponseWRiter</code> implementation to
+ * Example <code>solrconfig.xml</code> entry to register a <code>QueryResponseWriter</code> implementation to
  * handle all queries with a writer type of "simple":
  * <p>
  * <code>