dcapwell commented on code in PR #3416:
URL: https://github.com/apache/cassandra/pull/3416#discussion_r1680115601
##########
src/java/org/apache/cassandra/service/accord/TokenRange.java:
##########
@@ -48,13 +48,28 @@ public TokenRange(AccordRoutingKey start, AccordRoutingKey
end)
public TableId table()
{
- return ((AccordRoutingKey) start()).table();
+ return getStart().table();
+ }
+
+ public AccordRoutingKey getStart()
Review Comment:
yeah thats what I wanted to do but when I saw `final` I was risk adverse...
@belliottsmith are you cool with removing `final`?
--
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]