8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a201b35 commit 97cd639Copy full SHA for 97cd639
manual/native_protocol/README.md
@@ -40,7 +40,7 @@ To find out which version you're currently using, use
40
```java
41
ProtocolVersion myCurrentVersion = cluster.getConfiguration()
42
.getProtocolOptions()
- .getProtocolVersionEnum();
43
+ .getProtocolVersion();
44
```
45
46
The protocol version can not be changed at runtime. However, you can
0 commit comments