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


##########
accord-core/src/main/java/accord/api/ProtocolModifiers.java:
##########
@@ -203,6 +204,15 @@ public static class Toggles
         public static boolean requiresUniqueHlcs() { return 
requiresUniqueHlcs; }
         public static void setRequiresUniqueHlcs(boolean 
newRequiresUniqueHlcs) { requiresUniqueHlcs = newRequiresUniqueHlcs; }
 
+        private static int markStaleIfCannotExecute = 
TinyEnumSet.encode(Txn.Kind.Write);
+        public static boolean markStaleIfCannotExecute(Txn.Kind kind) { return 
TinyEnumSet.contains(markStaleIfCannotExecute, kind); }
+        public static void setMarkStaleIfCannotExecute(Txn.Kind ... kinds)

Review Comment:
   Also looks like already a space before, and I don't think I consciously 
edited it. Not sure what's going on.



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