remove extra closing attribution parenthesis, which confuses changes2html

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2014-01-18 00:11:12 +00:00
parent 7ace4d4997
commit c56e0ccef6
1 changed files with 1 additions and 1 deletions

View File

@ -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)