You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/20 19:23:46 UTC

[solr] branch branch_9x updated: SOLR-16842: Remove reference to PostTool for branch_9x (#1799)

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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 84c2c3e1bd9 SOLR-16842: Remove reference to PostTool for branch_9x (#1799)
84c2c3e1bd9 is described below

commit 84c2c3e1bd986bff87de56a6667323a85ce1e2d5
Author: patsonluk <pa...@users.noreply.github.com>
AuthorDate: Thu Jul 20 12:23:39 2023 -0700

    SOLR-16842: Remove reference to PostTool for branch_9x (#1799)
---
 solr/core/src/java/org/apache/solr/cli/SolrCLI.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/cli/SolrCLI.java b/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
index a2b52dcd8f3..b0288f2f870 100755
--- a/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
+++ b/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
@@ -240,7 +240,6 @@ public class SolrCLI implements CLIO {
     else if ("auth".equals(toolType)) return new AuthTool();
     else if ("export".equals(toolType)) return new ExportTool();
     else if ("package".equals(toolType)) return new PackageTool();
-    else if ("post".equals(toolType)) return new PostTool();
     else if ("version".equals(toolType)) return new VersionTool();
 
     // If you add a built-in tool to this class, add it here to avoid