8000 Fix outdated code sample. · kumarh1982/java-driver@97cd639 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97cd639

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0