ifesdjeen commented on code in PR #121:
URL: https://github.com/apache/cassandra-accord/pull/121#discussion_r1764651698
##########
accord-core/src/main/java/accord/local/Status.java:
##########
@@ -913,7 +913,7 @@ public static Durability merge(Durability a, Durability b)
public static Durability mergeAtLeast(Durability a, Durability b)
Review Comment:
I think we do not need null checks there. Removed.
##########
accord-core/src/main/java/accord/local/Status.java:
##########
@@ -901,7 +901,7 @@ public static Durability nonNullOrMerge(@Nullable
Durability a, @Nullable Durabi
public static Durability merge(Durability a, Durability b)
Review Comment:
I think we do not need null checks there. 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]