smiklosovic commented on code in PR #4427:
URL: https://github.com/apache/cassandra/pull/4427#discussion_r2474261944
##########
src/java/org/apache/cassandra/auth/AuthConfig.java:
##########
@@ -38,6 +39,15 @@ public final class AuthConfig
private static boolean initialized;
+ /**
+ * Resets the initialized flag, enabling AuthConfig to be reconfigured
multiple times within a single
+ * test case.
+ */
+ @VisibleForTesting
+ static void reset() {
Review Comment:
We have this habit of putting braces on a new line, as you probably already
noticed. It would be very nice if you have same style in your work.
--
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]