dcapwell commented on code in PR #28:
URL: https://github.com/apache/cassandra-accord/pull/28#discussion_r1092171654
##########
accord-core/src/test/java/accord/burn/random/SegmentedIntRange.java:
##########
@@ -0,0 +1,23 @@
+package accord.burn.random;
+
+import java.util.Objects;
+import java.util.Random;
+
+public class SegmentedIntRange implements RandomInt
+{
+ private final RandomInt small, large;
+ private final Decision largeDecision;
+
+ public SegmentedIntRange(RandomInt small, RandomInt large, Decision
largeDecision) {
Review Comment:
I should try to figure out how to fix IntelliJ to match C*... I never pay
attention when IntelliJ auto creates =(
--
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]