belliottsmith commented on code in PR #38:
URL: https://github.com/apache/cassandra-accord/pull/38#discussion_r1153739553


##########
accord-core/src/main/java/accord/coordinate/Recover.java:
##########
@@ -172,7 +176,8 @@ public static Recover recover(Node node, Ballot ballot, 
TxnId txnId, Txn txn, Fu
 
     void start(Set<Id> nodes)
     {
-        node.send(nodes, to -> new BeginRecovery(to, tracker.topologies(), 
txnId, txn, route, ballot), this);
+        node.send(nodes, to -> new BeginRecovery(to, tracker.topologies(), 
txnId, txn, route, ballot),

Review Comment:
   "Try to keep lines under 120 characters, but use good judgment. It is better 
to exceed this limit, than to split a line that has no natural splitting 
points, particularly when the remainder of the line is boilerplate or easily 
inferred by the reader."



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