Skip to content

Commit 54be6b8

Browse files
committed
Change DRIVER_NAME to ScyllaDB Java Driver
Fixes #300.
1 parent 9eedcac commit 54be6b8

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
@@ -42,7 +42,7 @@ static class Startup extends Message.Request {
4242
private static final String CQL_VERSION = "3.0.0";
4343
private static final String DRIVER_VERSION_OPTION = "DRIVER_VERSION";
4444
private static final String DRIVER_NAME_OPTION = "DRIVER_NAME";
45-
private static final String DRIVER_NAME = "DataStax Java Driver";
45+
private static final String DRIVER_NAME = "ScyllaDB Java Driver";
4646

4747
static final String COMPRESSION_OPTION = "COMPRESSION";
4848
static final String NO_COMPACT_OPTION = "NO_COMPACT";

0 commit comments

Comments
 (0)