Browse Source

Merge pull request #1511 from arend-von-reinersdorff:patch-1

* pr/1511:
  Minor fix in example code: No quotes for boolean
pull/1511/merge
Stephane Nicoll 9 years ago
parent
commit
3a006439ee
  1. 2
      src/docs/asciidoc/integration.adoc

2
src/docs/asciidoc/integration.adoc

@ -8301,7 +8301,7 @@ entry is updated in the cache. @@ -8301,7 +8301,7 @@ entry is updated in the cache.
[source,java,indent=0]
[subs="verbatim,quotes"]
----
@Cacheable(cacheNames="foos", **sync="true"**)
@Cacheable(cacheNames="foos", **sync=true**)
public Foo executeExpensiveOperation(String id) {...}
----

Loading…
Cancel
Save