You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2019/11/12 21:09:55 UTC

[lucene-solr] branch branch_8x updated: Fix SOLR-13869 typo in CHANGES.txt

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

hossman 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 700aeeb  Fix SOLR-13869 typo in CHANGES.txt
700aeeb is described below

commit 700aeeb58f6a61af01e324590acd183fd1a9cf22
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Tue Nov 12 14:04:35 2019 -0700

    Fix SOLR-13869 typo in CHANGES.txt
    
    (cherry picked from commit 5df9a51cbfb51bcd1f2a723cef9f6d22accd72f1)
---
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b966ca7..caf1afa 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -95,7 +95,7 @@ Other Changes
 
 * SOLR-13824: Strictly reject anything after JSON in most APIs (Mikhail Khludnev, Munendra S N)
 
-* SOLR-13864: SolrTestCaseJ4.getNextAvailablePort() has been deprecated (and will be removed in 9.0) since
+* SOLR-13869: SolrTestCaseJ4.getNextAvailablePort() has been deprecated (and will be removed in 9.0) since
   it is fundementally flawed.  Users with tests that depend on this method should restructure them. (hossman)
 
 ==================  8.3.0 ==================