You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2012/06/05 20:04:42 UTC

svn commit: r1346501 - /lucene/dev/branches/branch_4x/solr/CHANGES.txt

Author: yonik
Date: Tue Jun  5 18:04:42 2012
New Revision: 1346501

URL: http://svn.apache.org/viewvc?rev=1346501&view=rev
Log:
CHANGES typo

Modified:
    lucene/dev/branches/branch_4x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1346501&r1=1346500&r2=1346501&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Tue Jun  5 18:04:42 2012
@@ -344,7 +344,7 @@ New Features
   version specification for optimistic locking.  Examples:
     {"delete":"myid"}
     {"delete":["id1","id2","id3"]}
-    {"delete":{"id":"myid", "_version_":123456789})
+    {"delete":{"id":"myid", "_version_":123456789}}
   (yonik)