Skip to content

Commit 8511588

Browse files
committed
Minor fix to upgrade guide after last commit
1 parent decabed commit 8511588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade_guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#### CodecNotFoundException now extends DriverException
66

7-
Before [JAVA-2995](https://datastax-oss.atlassian.net/browse/JAVA-2959), `CodecNotFoundException`
7+
Before [JAVA-2995](https://datastax-oss.atlassian.net/browse/JAVA-2995), `CodecNotFoundException`
88
was extending `RuntimeException`. This is a discrepancy as all other exceptions extend
99
`DriverException`, which in turn extends `RuntimeException`.
1010

0 commit comments

Comments
 (0)