Skip to content

Commit bf32311

Browse files
committed
Escape property placeholder in reference docs.
Now it is no longer evaluated as variable. See #2956
1 parent fef71a2 commit bf32311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/appendix/custom-queries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,4 +519,4 @@ Spring's property placeholders can be used in custom queries inside `${}`.
519519
include::example$documentation/repositories/domain_events/ARepository.java[tags=property-placeholder]
520520
----
521521

522-
In the example above, if the property `foo` would be set to `bar` then the `${foo}` block would be resolved to `bar`.
522+
In the example above, if the property `foo` would be set to `bar` then the `$\{foo\}` block would be resolved to `bar`.

0 commit comments

Comments
 (0)