This is an automated email from the ASF dual-hosted git repository. benedict pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git
commit edea69ef1ec3dc319a94ce5e73567cbed2ef967e Author: Benedict Elliott Smith <[email protected]> AuthorDate: Wed Nov 13 19:40:56 2024 +0000 fix compilation --- accord-core/src/main/java/accord/local/PreLoadContext.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/accord-core/src/main/java/accord/local/PreLoadContext.java b/accord-core/src/main/java/accord/local/PreLoadContext.java index 3c408708..7db3654d 100644 --- a/accord-core/src/main/java/accord/local/PreLoadContext.java +++ b/accord-core/src/main/java/accord/local/PreLoadContext.java @@ -32,10 +32,7 @@ import java.util.List; import java.util.function.Consumer; import javax.annotation.Nullable; -import static accord.local.KeyHistory.ASYNC; -import static accord.local.KeyHistory.INCR; import static accord.local.KeyHistory.NONE; -import static accord.local.KeyHistory.SYNC; /** * Lists txnids and keys of commands and commands for key that will be needed for an operation. Used --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
