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 ry...@apache.org on 2008/12/19 19:51:16 UTC

svn commit: r728105 - /lucene/solr/trunk/CHANGES.txt

Author: ryan
Date: Fri Dec 19 10:51:16 2008
New Revision: 728105

URL: http://svn.apache.org/viewvc?rev=728105&view=rev
Log:
now i got the number wrong

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=728105&r1=728104&r2=728105&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Dec 19 10:51:16 2008
@@ -122,7 +122,7 @@
     option, as well as a list of protected terms.
     (Dan Rosher via hossman)
 
-25. SOLR-928: SolrDocument and SolrInputDocument now implement the Map<String,?>
+26. SOLR-928: SolrDocument and SolrInputDocument now implement the Map<String,?>
     interface.  This should make plugging into other standard tools easier. (ryan)