You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2016/10/24 18:01:04 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x d838d3281 -> 16b4e2209


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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/16b4e220
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/16b4e220
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/16b4e220

Branch: refs/heads/branch_6x
Commit: 16b4e220973763cf5bcfd0018555c32b6067ccff
Parents: d838d32
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Oct 24 18:58:26 2016 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Oct 24 19:00:33 2016 +0100

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/16b4e220/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 158bdeb..ec7e939 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -51,7 +51,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,