tisonkun commented on code in PR #420:
URL: https://github.com/apache/curator/pull/420#discussion_r918522953
##########
curator-test/src/main/java/org/apache/curator/test/InstanceSpec.java:
##########
@@ -274,4 +276,13 @@ public int hashCode()
{
return hostname.hashCode() + port;
}
+
+ private static File createTempDirectory() {
Review Comment:
You may move this method to `DirectoryUtils`.
--
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]