smiklosovic commented on code in PR #3579:
URL: https://github.com/apache/cassandra/pull/3579#discussion_r1778637960
##########
src/java/org/apache/cassandra/auth/AuthenticatedUser.java:
##########
@@ -238,4 +238,12 @@ public int hashCode()
// should not factor into 'equivalence' of users.
return Objects.hashCode(name);
}
+
+ public static void resetPermissionsCache() {
Review Comment:
you need to put opening braces on new line in whole patch
--
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]