dlmarion commented on code in PR #2767: URL: https://github.com/apache/accumulo/pull/2767#discussion_r895771559
########## core/src/main/java/org/apache/accumulo/core/gc/ReferenceDirectory.java: ########## @@ -21,13 +21,22 @@ import org.apache.accumulo.core.data.TableId; /** - * Part of the Tablet File path that is definitely a directory. + * A GC reference to a Tablet directory, like t-0003. */ -public class ReferenceDirectory extends Reference { - public final String tabletDir; // t-0003 +public class ReferenceDirectory extends ReferenceFile { + private final String tabletDir; // t-0003 public ReferenceDirectory(TableId tableId, String dirName) { super(tableId, dirName); Review Comment: Ok, thanks for the clarification. -- 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