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


##########
accord-core/src/main/java/accord/messages/PreAccept.java:
##########
@@ -121,7 +142,7 @@ default MessageType type()
             return MessageType.PREACCEPT_RSP;
         }
 
-        boolean isOK();
+        boolean isOk();
     }
 
     public static class PreAcceptOk implements PreAcceptReply

Review Comment:
   I’m sympathetic to this view. Perhaps we can explore it a little in 
routables? That’s largely the thrust of that patch already, just in adjacent 
areas.



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