Skip to content

Commit ba5173e

Browse files
absurdfarcedkropachev
authored andcommitted
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 8cbbc26 commit ba5173e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ static class Startup extends Message.Request {
4545
private static final String DRIVER_VERSION_OPTION = "DRIVER_VERSION";
4646
private static final String DRIVER_NAME_OPTION = "DRIVER_NAME";
4747
private static final String DRIVER_NAME = "ScyllaDB Java Driver";
48+
private static final String DRIVER_NAME = "ScyllaDB Java Driver";
4849

4950
static final String COMPRESSION_OPTION = "COMPRESSION";
5051
static final String NO_COMPACT_OPTION = "NO_COMPACT";

0 commit comments

Comments
 (0)