dcapwell commented on code in PR #68: URL: https://github.com/apache/cassandra-accord/pull/68#discussion_r1341827839
########## accord-core/src/main/java/accord/utils/DefaultRandom.java: ########## @@ -20,25 +20,20 @@ import java.util.Random; -public class DefaultRandom extends Random implements RandomSource +public class DefaultRandom extends WrappedRandomSource Review Comment: needed for jdk17 support as `Random` conflicts with methods in `RandomSource` -- 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]

