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:15 UTC

[lucene-solr] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit 7c5247c60c4461a4817f4de942a7a18d892e8243
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 8712800..ef4de25 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -119,7 +119,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)