Author: sarowe
Date: Sat Jan 18 00:11:12 2014
New Revision: 1559293
URL: http://svn.apache.org/r1559293
Log:
remove extra closing attribution parenthesis, which confuses changes2html
Modified:
lucene/dev/trunk/solr/CHANGES.txt
Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1559293&r1=1559292&r2=1559293&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Sat Jan 18 00:11:12 2014
@@ -358,7 +358,7 @@ Bug Fixes
necessary. (Mark Miller)
* SOLR-4709: The core reload after replication if config files have changed
- can fail due to a race condition. (Mark Miller, Hossman))
+ can fail due to a race condition. (Mark Miller, Hossman)
* SOLR-5503: Retry 'forward to leader' requests less aggressively - rather
than on IOException and status 500, ConnectException. (Mark Miller)
|