This is an automated email from the ASF dual-hosted git repository. dcapwell pushed a commit to branch CASSANDRA-18804 in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git
commit 96fc095758ed6b1ce938e52d871106c7d75df79a Author: David Capwell <[email protected]> AuthorDate: Mon Nov 27 14:38:13 2023 -0800 formatting --- accord-core/src/test/java/accord/impl/basic/Cluster.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/accord-core/src/test/java/accord/impl/basic/Cluster.java b/accord-core/src/test/java/accord/impl/basic/Cluster.java index 0473c34c..43b8920e 100644 --- a/accord-core/src/test/java/accord/impl/basic/Cluster.java +++ b/accord-core/src/test/java/accord/impl/basic/Cluster.java @@ -259,10 +259,10 @@ public class Cluster implements Scheduler } public static Map<MessageType, Stats> run(Id[] nodes, MessageListener messageListener, Supplier<PendingQueue> queueSupplier, - BiFunction<Id, BiConsumer<Timestamp, Ranges>, AgentExecutor> nodeExecutorSupplier, - Runnable checkFailures, Consumer<Packet> responseSink, - Supplier<RandomSource> randomSupplier, Supplier<LongSupplier> nowSupplierSupplier, - TopologyFactory topologyFactory, Supplier<Packet> in, Consumer<Runnable> noMoreWorkSignal) + BiFunction<Id, BiConsumer<Timestamp, Ranges>, AgentExecutor> nodeExecutorSupplier, + Runnable checkFailures, Consumer<Packet> responseSink, + Supplier<RandomSource> randomSupplier, Supplier<LongSupplier> nowSupplierSupplier, + TopologyFactory topologyFactory, Supplier<Packet> in, Consumer<Runnable> noMoreWorkSignal) { Topology topology = topologyFactory.toTopology(nodes); Map<Id, Node> nodeMap = new LinkedHashMap<>(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
