Skip to content

Commit f6d6b50

Browse files
Update overriding-sdr-response-handlers.adoc
fix typo in the mapping path
1 parent c735dfd commit f6d6b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/customizing/overriding-sdr-response-handlers.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ScannerController {
4747

4848
`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<EntityModel<String>>` (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.
4949

50-
IMPORTANT: In this example, the combined path is `RepositoryRestConfiguration.getBasePath()` + `/scanners/search/listProducers`.
50+
IMPORTANT: In this example, the combined path is `RepositoryRestConfiguration.getBasePath()` + `/scanners/search/producers`.
5151

5252
[[customizing-sdr.aggregate-references]]
5353
== Obtaining Aggregate References

0 commit comments

Comments
 (0)