Skip to content

Commit 794b39d

Browse files
committed
Update DRIVER_NAME string to match what's used in 4.x
patch by Bret McGuire; reviewed by Bret McGuire, Andy Tolbert for CASSJAVA-58
1 parent cbd50c6 commit 794b39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/java/com/datastax/driver/core/Requests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static class Startup extends Message.Request {
3838
private static final String CQL_VERSION = "3.0.0";
3939
private static final String DRIVER_VERSION_OPTION = "DRIVER_VERSION";
4040
private static final String DRIVER_NAME_OPTION = "DRIVER_NAME";
41-
private static final String DRIVER_NAME = "Java Driver";
41+
private static final String DRIVER_NAME = "Apache Cassandra Java Driver";
4242

4343
static final String COMPRESSION_OPTION = "COMPRESSION";
4444
static final String NO_COMPACT_OPTION = "NO_COMPACT";

0 commit comments

Comments
 (0)