Skip to content

Commit

Permalink
Offline Mode Fix (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirsvn authored Oct 9, 2024
1 parent ebc279a commit b479461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* <p><b>NOTE:</b> Implementations should be immutable, and support comparison and hashing because
* they are used as part of the Session cache key. The initial ones use records for these reasons.
*/
interface CqlCredentials {
public interface CqlCredentials {

String USERNAME_PASSWORD_PREFIX = "Cassandra:";

Expand Down

0 comments on commit b479461

Please sign in to comment.