From 9af89d0f46d96846265161456ed8d862d1d59898 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Wed, 27 Nov 2024 17:47:41 +0000 Subject: [PATCH] Fix `id assigned to anchor already in use: columns` warning (#1407) Fix [warning during build](https://github.com/hazelcast/hz-docs/pull/1399/checks) --- docs/modules/mapstore/pages/configuring-a-generic-mapstore.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/mapstore/pages/configuring-a-generic-mapstore.adoc b/docs/modules/mapstore/pages/configuring-a-generic-mapstore.adoc index 48b6bb5c1..bfce45543 100644 --- a/docs/modules/mapstore/pages/configuring-a-generic-mapstore.adoc +++ b/docs/modules/mapstore/pages/configuring-a-generic-mapstore.adoc @@ -394,7 +394,7 @@ mapConfig.setMapStoreConfig(mapStoreConfig); -- ==== -|[[columns]]`type-name` +|[[type-name]]`type-name` |The type name of the compact GenericRecord. Use this property to map your record to an existing domain class. |