Skip to content

Commit 3a00643

Browse files
committed
Merge pull request #1511 from arend-von-reinersdorff:patch-1
* pr/1511: Minor fix in example code: No quotes for boolean
2 parents 14af5d9 + ba50581 commit 3a00643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8301,7 +8301,7 @@ entry is updated in the cache.
83018301
[source,java,indent=0]
83028302
[subs="verbatim,quotes"]
83038303
----
8304-
@Cacheable(cacheNames="foos", **sync="true"**)
8304+
@Cacheable(cacheNames="foos", **sync=true**)
83058305
public Foo executeExpensiveOperation(String id) {...}
83068306
----
83078307

0 commit comments

Comments
 (0)