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


##########
accord-core/src/main/java/accord/txn/Txn.java:
##########
@@ -4,12 +4,15 @@
 
 import accord.api.*;
 import accord.local.*;
+import accord.primitives.Keys;
+import accord.primitives.Timestamp;
 
 public class Txn
 {
-    enum Kind { READ, WRITE, RECONFIGURE }

Review Comment:
   It was introduced in a very early iteration and never ended up making sense, 
I had just failed to notice it hadn't been removed.



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