SOLR-9634: correct name of deprecated/removed method in solr/CHANGES.txt

This commit is contained in:
Christine Poerschke 2016-10-24 18:58:26 +01:00
parent 97339e2cac
commit 37871de29b
1 changed files with 1 additions and 1 deletions

View File

@ -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,