Skip to content

Commit e317b61

Browse files
MikeLaptevabsurdfarce
authored andcommitted
ninja-fix - adding an extra space to render the page correctly with mkdocs
I've been looking into details on custom codes and noticed that the there is an issue with rendering bullet points on the following page: https://apache.github.io/cassandra-java-driver/4.19.0/core/custom_codecs/
1 parent ad7a103 commit e317b61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manual/core/custom_codecs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Define custom Java to CQL mappings.
3333
(MutableCodecRegistry) session.getContext().getCodecRegistry();
3434
registry.register(myCodec);
3535
```
36+
3637
* using a codec:
3738
* if already registered: `row.get("columnName", MyCustomType.class)`
3839
* otherwise: `row.get("columnName", myCodec)`

0 commit comments

Comments
 (0)