maedhroz commented on code in PR #3835:
URL: https://github.com/apache/cassandra/pull/3835#discussion_r1932562009


##########
test/unit/accord/utils/Gens.java:
##########
@@ -88,6 +91,63 @@ public static <T> Gen<T> oneOf(Map<Gen<T>, Integer> values)
         return rs -> gen.next(rs).next(rs);
     }
 
+    public static <T> OneOfBuilder<T> oneOf()

Review Comment:
   Generally not going to make comments about unused items, given I don't know 
what bits will be used later in some capacity.



-- 
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]

Reply via email to