Skip to content

Commit 34bceeb

Browse files
Remove duplicate documentation heading identifiers
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 0540339 commit 34bceeb

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/main/antora/modules/ROOT/pages/jpa/faq.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
[[faq]]
21
[appendix]
3-
[[frequently-asked-questions]]
2+
[[faq]]
43
= Frequently Asked Questions
54

65
[[faq.common]]

src/main/antora/modules/ROOT/pages/jpa/glossary.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[[glossary]]
2-
[appendix, glossary]
1+
[glossary]
32
[[glossary]]
43
= Glossary
54
:page-section-summary-toc: 1

src/main/antora/modules/ROOT/pages/jpa/query-methods.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ Depending on what you're doing with your `QueryRewriter`, it may be advisable to
365365
NOTE: In a CDI-based environment, Spring Data JPA will search the `BeanManager` for instances of your implementation of
366366
`QueryRewriter`.
367367

368-
[[jpa.query-methods.at-query.projections]]
369368
[[jpa.query-methods.sorting]]
370369
== Using Sort
371370

@@ -410,7 +409,7 @@ Throws Exception.
410409
* When used with derived Queries or String-based Queries, the order string is appended to the query.
411410
* When used with Query by Example or Specifications (that use `CriteriaQuery`), order expressions are parsed and added to the `CriteriaQuery` as expressions.
412411
Query expressions can contain function calls, various clauses (such as `CASE WHEN`, arithmetic expressions) or property paths.
413-
Order translation does not support subquery expressions, `TREAT` and `CAST`.`
412+
Order translation does not support subquery expressions, `TREAT` and `CAST`.
414413

415414
[[jpa.query-methods.paging]]
416415

0 commit comments

Comments
 (0)