dcapwell commented on code in PR #103:
URL: https://github.com/apache/cassandra-accord/pull/103#discussion_r1777734710
##########
accord-core/src/main/java/accord/primitives/Range.java:
##########
@@ -216,12 +216,12 @@ private Range(RoutingKey start, RoutingKey end)
this.end = end;
}
- public final RoutingKey start()
+ public RoutingKey start()
Review Comment:
in `TokenRange` we kept doing casts making the code ugly... this change was
to try to make that logic cleaner... its 100% style change
--
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]