dcapwell commented on code in PR #8:
URL: https://github.com/apache/cassandra-accord/pull/8#discussion_r936932941
##########
accord-maelstrom/src/main/java/accord/maelstrom/Body.java:
##########
@@ -23,7 +24,7 @@
public Body(Type type, long msg_id, long in_reply_to)
{
- this.type = type;
+ this.type = Objects.requireNonNull(type);
Review Comment:
no longer needed, was used to find where this was happening; can revert if
desired
--
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]