This is an automated email from the ASF dual-hosted git repository.

benedict pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git

commit e72e4e74665cae351a2bec841be94ffc5121aa05
Author: Benedict Elliott Smith <bened...@apache.org>
AuthorDate: Fri Jan 19 11:59:14 2024 +0000

    fix compilation
---
 accord-core/src/main/java/accord/messages/Commit.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/accord-core/src/main/java/accord/messages/Commit.java 
b/accord-core/src/main/java/accord/messages/Commit.java
index 5ff1180..bdbb05b 100644
--- a/accord-core/src/main/java/accord/messages/Commit.java
+++ b/accord-core/src/main/java/accord/messages/Commit.java
@@ -106,7 +106,7 @@ public class Commit extends TxnRequest<CommitOrReadNack>
     // TODO (low priority, clarity): cleanup passing of topologies here - 
maybe fetch them afresh from Node?
     //                               Or perhaps introduce well-named classes 
to represent different topology combinations
 
-    public Commit(Kind kind, Id to, Topology coordinateTopology, Topologies 
topologies, TxnId txnId, Txn txn, FullRoute<?> route, Ballot ballot, Timestamp 
executeAt, Deps deps, ReadTxnData read)
+    public Commit(Kind kind, Id to, Topology coordinateTopology, Topologies 
topologies, TxnId txnId, Txn txn, FullRoute<?> route, Ballot ballot, Timestamp 
executeAt, Deps deps, ReadData read)
     {
         this(kind, to, coordinateTopology, topologies, txnId, txn, route, 
ballot, executeAt, deps, read == null ? null : (u1, u2, u3) -> read);
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to