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
The following commit(s) were added to refs/heads/trunk by this push:
new b646b14c fix unicode doc char
b646b14c is described below
commit b646b14cfe1c71a8e28fd7ded638d94aafd6badd
Author: Benedict Elliott Smith <[email protected]>
AuthorDate: Tue May 28 12:34:47 2024 +0100
fix unicode doc char
---
accord-core/src/main/java/accord/local/Command.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/accord-core/src/main/java/accord/local/Command.java
b/accord-core/src/main/java/accord/local/Command.java
index 6b9d71af..57e73ff9 100644
--- a/accord-core/src/main/java/accord/local/Command.java
+++ b/accord-core/src/main/java/accord/local/Command.java
@@ -1699,7 +1699,7 @@ public abstract class Command implements CommonAttributes
static Command.Accepted acceptInvalidated(Command command, Ballot ballot)
{
SaveStatus saveStatus = SaveStatus.get(Status.AcceptedInvalidate,
command.known());
- // TODO (desired): This should be NonNull, but AcceptedInvalidated is
represented by Command.Accepted because there’s no acceptedOrCommitted register
in NotDefined
+ // TODO (desired): This should be NotDefined, but AcceptedInvalidated
is represented by Command.Accepted because there's no acceptedOrCommitted
register in NotDefined
return validate(new Command.Accepted(command, saveStatus, ballot,
command.executeAt(), command.partialTxn(), null, ballot));
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]