bereng commented on code in PR #2125:
URL: https://github.com/apache/cassandra/pull/2125#discussion_r1127381294
##########
src/java/org/apache/cassandra/auth/CassandraRoleManager.java:
##########
@@ -82,7 +82,7 @@ public class CassandraRoleManager implements IRoleManager
private static final Logger logger =
LoggerFactory.getLogger(CassandraRoleManager.class);
public static final String DEFAULT_SUPERUSER_NAME = "cassandra";
- static final String DEFAULT_SUPERUSER_PASSWORD = "cassandra";
+ public static final String DEFAULT_SUPERUSER_PASSWORD = "cassandra";
Review Comment:
Do we want to add a `VisibleForTesting` or similar here? is it important
they're not accessed directly or we don't care?
--
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]