Skip to content

Commit 855cd0b

Browse files
committed
ninja-fix Updating a few indented lists that were observed to not render correctly while working on the previous ninja-fix
1 parent e317b61 commit 855cd0b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

manual/core/custom_codecs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Define custom Java to CQL mappings.
2525

2626
* implement the [TypeCodec] interface, or use one of the alternative codecs in `ExtraTypeCodecs`.
2727
* registering a codec:
28-
* at init time: [CqlSession.builder().addTypeCodecs()][SessionBuilder.addTypeCodecs]
29-
* at runtime:
28+
* at init time: [CqlSession.builder().addTypeCodecs()][SessionBuilder.addTypeCodecs]
29+
* at runtime:
3030

3131
```java
3232
MutableCodecRegistry registry =
@@ -35,8 +35,8 @@ Define custom Java to CQL mappings.
3535
```
3636

3737
* using a codec:
38-
* if already registered: `row.get("columnName", MyCustomType.class)`
39-
* otherwise: `row.get("columnName", myCodec)`
38+
* if already registered: `row.get("columnName", MyCustomType.class)`
39+
* otherwise: `row.get("columnName", myCodec)`
4040

4141
-----
4242

manual/core/graalvm/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ under the License.
2424
* [GraalVM native images](https://www.graalvm.org/reference-manual/native-image/) can be built with
2525
no additional configuration starting with driver 4.13.0.
2626
* But extra configurations are required in a few cases:
27-
* When using [reactive programming](../reactive);
28-
* When using [Jackson](../integration#Jackson);
29-
* When using LZ4 [compression](../compression/);
30-
* Depending on the [logging backend](../logging) in use.
27+
* When using [reactive programming](../reactive);
28+
* When using [Jackson](../integration#Jackson);
29+
* When using LZ4 [compression](../compression/);
30+
* Depending on the [logging backend](../logging) in use.
3131
* DSE-specific features:
32-
* [Geospatial types](../dse/geotypes) are supported.
33-
* [DSE Graph](../dse/graph) is not officially supported, although it may work.
32+
* [Geospatial types](../dse/geotypes) are supported.
33+
* [DSE Graph](../dse/graph) is not officially supported, although it may work.
3434
* The [shaded jar](../shaded_jar) is not officially supported, although it may work.
3535

3636
-----

0 commit comments

Comments
 (0)