kevinrr888 commented on code in PR #5547: URL: https://github.com/apache/accumulo/pull/5547#discussion_r2124746678
########## minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloConfigImpl.java: ########## @@ -130,7 +132,7 @@ public class MiniAccumuloConfigImpl { * @param rootPassword The initial password for the Accumulo root user */ public MiniAccumuloConfigImpl(File dir, String rootPassword) { - this.dir = dir; + this.dir = dir.toPath(); Review Comment: Looked at how `dir` is used and I agree -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org