jcshepherd commented on code in PR #4427:
URL: https://github.com/apache/cassandra/pull/4427#discussion_r2482821888


##########
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:
   Thanks. I've been trying to remember to; not habitual yet.



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