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


##########
accord-core/src/main/java/accord/impl/InMemoryCommandStore.java:
##########
@@ -374,9 +528,9 @@ public void run()
             }
         }
 
-        class AsyncState extends State implements SafeCommandStore
+        class AsyncState extends InMemoryCommandStore.State implements 
SafeCommandStore

Review Comment:
   I think this is just Java 8's compilation woes, sometimes we have to rejig 
imports until it decides things are fine again. Just noise. 



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