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 3dddc9e730d73d96fe86f2c113807d40e5370c30 Author: Benedict Elliott Smith <[email protected]> AuthorDate: Fri Nov 15 18:29:02 2024 +0000 imports --- accord-core/src/main/java/accord/impl/InMemoryCommandStore.java | 1 - 1 file changed, 1 deletion(-) diff --git a/accord-core/src/main/java/accord/impl/InMemoryCommandStore.java b/accord-core/src/main/java/accord/impl/InMemoryCommandStore.java index ee5343d4..66c76d4a 100644 --- a/accord-core/src/main/java/accord/impl/InMemoryCommandStore.java +++ b/accord-core/src/main/java/accord/impl/InMemoryCommandStore.java @@ -108,7 +108,6 @@ import static accord.primitives.Status.PreApplied; import static accord.primitives.Status.PreCommitted; import static accord.primitives.Status.Stable; import static accord.primitives.Status.Truncated; -import static accord.primitives.Status.NotDefined; import static accord.primitives.Routables.Slice.Minimal; import static accord.utils.Invariants.illegalState; import static java.lang.String.format; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
