Skip to content

Commit f123d5f

Browse files
committed
Polishing.
Update placeholder name to reflect its position instead of the content that is being added by using modules. Closes #2382
1 parent 1d9fc49 commit f123d5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/asciidoc/repository-projections.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface PersonRepository extends Repository<Person, UUID> {
3434
====
3535

3636
Now imagine that we want to retrieve the person's name attributes only.
37-
What means does Spring Data offer to achieve this?The rest of this chapter answers that question.
37+
What means does Spring Data offer to achieve this? The rest of this chapter answers that question.
3838

3939
[[projections.interfaces]]
4040
== Interface-based Projections
@@ -276,8 +276,8 @@ Fields are `private final` by default, and the class exposes a constructor that
276276
277277
====
278278

279-
ifdef::repository-projections-dto-limitations-file[]
280-
include::{repository-projections-dto-limitations-file}[]
279+
ifdef::repository-projections-trailing-dto-fragment[]
280+
include::{repository-projections-trailing-dto-fragment}[]
281281
endif::[]
282282

283283
[[projection.dynamic]]

0 commit comments

Comments
 (0)