Skip to content

Commit

Permalink
Update DRIVER_NAME string to match what's used in 4.x
Browse files Browse the repository at this point in the history
patch by Bret McGuire; reviewed by Bret McGuire, Andy Tolbert for CASSJAVA-58
  • Loading branch information
absurdfarce committed Dec 11, 2024
1 parent cbd50c6 commit 794b39d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static class Startup extends Message.Request {
private static final String CQL_VERSION = "3.0.0";
private static final String DRIVER_VERSION_OPTION = "DRIVER_VERSION";
private static final String DRIVER_NAME_OPTION = "DRIVER_NAME";
private static final String DRIVER_NAME = "Java Driver";
private static final String DRIVER_NAME = "Apache Cassandra Java Driver";

static final String COMPRESSION_OPTION = "COMPRESSION";
static final String NO_COMPACT_OPTION = "NO_COMPACT";
Expand Down

0 comments on commit 794b39d

Please sign in to comment.