From 37871de29bc5bd329eeb2f6867f3f8ca3b96e84f Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Mon, 24 Oct 2016 18:58:26 +0100 Subject: [PATCH] SOLR-9634: correct name of deprecated/removed method in solr/CHANGES.txt --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index e223b4da442..3bb28c4de57 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -98,7 +98,7 @@ Upgrade Notes * The create/deleteCollection methods on MiniSolrCloudCluster have been deprecated. Clients should instead use the CollectionAdminRequest API. In - addition, MiniSolrCloudCluster#uploadConfigSet(File, String) has been + addition, MiniSolrCloudCluster#uploadConfigDir(File, String) has been deprecated in favour of #uploadConfigSet(Path, String) * The bin/solr.in.sh (bin/solr.in.cmd on Windows) is now completely commented by default. Previously, this wasn't so,