From f6d6b5089b8b9b34b471a61feb8c8a3472abcaaa Mon Sep 17 00:00:00 2001 From: Blue Ye Date: Sat, 17 Feb 2024 19:44:58 +0800 Subject: [PATCH] Update overriding-sdr-response-handlers.adoc fix typo in the mapping path --- .../pages/customizing/overriding-sdr-response-handlers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/customizing/overriding-sdr-response-handlers.adoc b/src/main/antora/modules/ROOT/pages/customizing/overriding-sdr-response-handlers.adoc index 9244b8a87..094f75782 100644 --- a/src/main/antora/modules/ROOT/pages/customizing/overriding-sdr-response-handlers.adoc +++ b/src/main/antora/modules/ROOT/pages/customizing/overriding-sdr-response-handlers.adoc @@ -47,7 +47,7 @@ class ScannerController { `CollectionModel` is for a collection, while `EntityModel` -- or the more general class `RepresentationModel` -- is for a single item. These types can be combined. If you know the links for each item in a collection, use `CollectionModel>` (or whatever the core domain type is rather than `String`). Doing so lets you assemble links for each item as well as for the whole collection. -IMPORTANT: In this example, the combined path is `RepositoryRestConfiguration.getBasePath()` + `/scanners/search/listProducers`. +IMPORTANT: In this example, the combined path is `RepositoryRestConfiguration.getBasePath()` + `/scanners/search/producers`. [[customizing-sdr.aggregate-references]] == Obtaining Aggregate References