maedhroz commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1319141061


##########
test/unit/org/apache/cassandra/db/repair/CompactionManagerGetSSTablesForValidationTest.java:
##########
@@ -105,7 +106,7 @@ private void registerRepair(boolean incremental) throws 
Exception
     {
         sessionID = nextTimeUUID();
         Range<Token> range = new Range<>(MT, MT);
-        ActiveRepairService.instance.registerParentRepairSession(sessionID,
+        ActiveRepairService.instance().registerParentRepairSession(sessionID,
                                                                  coordinator,

Review Comment:
   super-nit: The addition of `()` here and in a bunch of other places bumps 
the horizontal alignment of the argument list.



-- 
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]

Reply via email to