Skip to content

Commit 97cd639

Browse files
committed
Fix outdated code sample.
1 parent a201b35 commit 97cd639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manual/native_protocol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To find out which version you're currently using, use
4040
```java
4141
ProtocolVersion myCurrentVersion = cluster.getConfiguration()
4242
.getProtocolOptions()
43-
.getProtocolVersionEnum();
43+
.getProtocolVersion();
4444
```
4545

4646
The protocol version can not be changed at runtime. However, you can

0 commit comments

Comments
 (0)