You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/06/19 07:52:14 UTC

[lucene-solr] branch branch_8x updated: LUCENE-8847: Fix typo in CHANGES.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 21b0892  LUCENE-8847: Fix typo in CHANGES.
21b0892 is described below

commit 21b0892d3876b865546604eaf718fe0b1de23446
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Wed Jun 19 09:51:13 2019 +0200

    LUCENE-8847: Fix typo in CHANGES.
---
 lucene/CHANGES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 067f80d..e94fe06 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -95,7 +95,8 @@ Test Framework
 
 Other
 
-* LUCENE-8847: Code Cleanup: Remove StringBuilder.append with concatted strings
+* LUCENE-8847: Code Cleanup: Remove StringBuilder.append with concatenated
+  strings. (Koen De Groote via Uwe Schindler)
 
 * LUCENE-8861: Script to find open Github PRs that needs attention (janhoy)