From fb3e50951eb73e70edcf0dda17aa1b7ba4454d03 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 17 Jun 2021 11:58:50 +0200 Subject: [PATCH] Polishing. Update placeholder name to reflect its position instead of the content that is being added by using modules. Closes #2382 --- src/main/asciidoc/repository-projections.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/repository-projections.adoc b/src/main/asciidoc/repository-projections.adoc index 722c0df78..8f89b73f9 100644 --- a/src/main/asciidoc/repository-projections.adoc +++ b/src/main/asciidoc/repository-projections.adoc @@ -34,7 +34,7 @@ interface PersonRepository extends Repository { ==== Now imagine that we want to retrieve the person's name attributes only. -What means does Spring Data offer to achieve this?The rest of this chapter answers that question. +What means does Spring Data offer to achieve this? The rest of this chapter answers that question. [[projections.interfaces]] == Interface-based Projections @@ -276,8 +276,8 @@ Fields are `private final` by default, and the class exposes a constructor that ==== -ifdef::repository-projections-dto-limitations-file[] -include::{repository-projections-dto-limitations-file}[] +ifdef::repository-projections-trailing-dto-fragment[] +include::{repository-projections-trailing-dto-fragment}[] endif::[] [[projection.dynamic]]