frankgh commented on code in PR #72: URL: https://github.com/apache/cassandra-sidecar/pull/72#discussion_r1361343787
########## src/main/java/org/apache/cassandra/sidecar/routes/GossipInfoHandler.java: ########## @@ -24,11 +24,11 @@ import io.vertx.core.http.HttpServerRequest; import io.vertx.core.net.SocketAddress; import io.vertx.ext.web.RoutingContext; -import org.apache.cassandra.sidecar.common.CassandraAdapterDelegate; import org.apache.cassandra.sidecar.common.ClusterMembershipOperations; import org.apache.cassandra.sidecar.common.data.GossipInfoResponse; import org.apache.cassandra.sidecar.common.utils.GossipInfoParser; import org.apache.cassandra.sidecar.concurrent.ExecutorPools; +import org.apache.cassandra.sidecar.utils.CassandraAdapterDelegate; Review Comment: I moved some classes away from common (where they didn't make sense), and put them in server. -- 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]

