epugh commented on code in PR #2336:
URL: https://github.com/apache/solr/pull/2336#discussion_r1516792080
##########
solr/core/src/java/org/apache/solr/cli/CreateTool.java:
##########
@@ -192,7 +191,7 @@ protected void createCore(CommandLine cli, SolrClient
solrClient) throws Excepti
}
} catch (Exception e) {
/* create-core failed, cleanup the copied configset before propagating
the error. */
- PathUtils.deleteDirectory(coreInstanceDir);
+ org.apache.solr.util.FileUtils.deleteDirectory(coreInstanceDir);
Review Comment:
Should this be a fully qualified package?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]