cpoerschke commented on a change in pull request #392:
URL: https://github.com/apache/solr/pull/392#discussion_r742143497



##########
File path: solr/core/src/java/org/apache/solr/util/SolrCLI.java
##########
@@ -384,8 +384,6 @@ else if ("mkroot".equals(toolType))
       return new ZkMkrootTool();
     else if ("assert".equals(toolType))
       return new AssertTool();
-    else if ("utils".equals(toolType))
-      return new UtilsTool();

Review comment:
       Via `git grep -n "[^\.\/a-z]utils[^\.\/a-z]"` found reference in 
`bin/solr.cmd` file.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to