dcapwell commented on code in PR #28: URL: https://github.com/apache/cassandra-accord/pull/28#discussion_r1090882401
########## accord-core/src/test/java/accord/burn/random/RandomInt.java: ########## @@ -0,0 +1,6 @@ +package accord.burn.random; + +public interface RandomInt Review Comment: I don't actually mind the interfaces working that way, that doesn't force us to migrate 100% but does let us build in that direction. Ill try it out, I think it only impacts 1 real class and that can hold `Random` for now -- 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]

