You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2022/05/26 00:49:07 UTC

[lucene] branch branch_9x updated: LUCENE-10591 Invalid character in SortableSingleDocSource.java (#925)

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

mikemccand pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new eecf8ea63b9 LUCENE-10591 Invalid character in SortableSingleDocSource.java (#925)
eecf8ea63b9 is described below

commit eecf8ea63b90e1f77bb329a1d6e9d8cd6ad8aeb2
Author: András Salamon <an...@melda.info>
AuthorDate: Thu May 26 02:46:10 2022 +0200

    LUCENE-10591 Invalid character in SortableSingleDocSource.java (#925)
---
 .../apache/lucene/benchmark/byTask/feeds/SortableSingleDocSource.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/SortableSingleDocSource.java b/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/SortableSingleDocSource.java
index cb256c4e091..7d5ff5b214c 100644
--- a/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/SortableSingleDocSource.java
+++ b/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/SortableSingleDocSource.java
@@ -239,7 +239,7 @@ public class SortableSingleDocSource extends SingleDocSource {
         "Cook Islands",
         "Palau",
         "Marshall Islands",
-        "S�o Tom� and Pr�ncipe",
+        "São Tomé and Príncipe",
         "Anguilla",
         "Kiribati",
         "Tuvalu",