keith-turner commented on code in PR #3501: URL: https://github.com/apache/accumulo/pull/3501#discussion_r1231551733
########## core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletMetadata.java: ########## @@ -70,13 +70,16 @@ import org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.TabletColumnFamily; import org.apache.accumulo.core.tabletserver.log.LogEntry; import org.apache.accumulo.core.util.HostAndPort; +import org.apache.accumulo.core.util.Pair; import org.apache.accumulo.core.util.ServerServices; import org.apache.hadoop.io.Text; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Preconditions; +import com.google.common.base.Supplier; Review Comment: Yeah that should be the java version. I think my IDE auto-magically did that when I used Suppliers. I changed it in b2a8a32 -- 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]
