dcapwell commented on code in PR #3689: URL: https://github.com/apache/cassandra/pull/3689#discussion_r1848817641
########## test/distributed/org/apache/cassandra/distributed/test/log/ModelState.java: ########## @@ -28,8 +28,7 @@ import java.util.Set; import java.util.TreeMap; -import org.apache.cassandra.harry.sut.TokenPlacementModel; -import org.apache.cassandra.harry.sut.TokenPlacementModel.DCReplicas; +import static org.apache.cassandra.harry.model.TokenPlacementModel.*; Review Comment: rereading `[DISCUSSION] Cassandra's code style and source code analysis` to make sure I am not going crazy... I checked the link you sent and you are right we don't document this.. -- 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]

