Minor fix in example code: No quotes for boolean
Closes gh-1511
This commit is contained in:
parent
14af5d941a
commit
ba50581961
|
@ -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…
Reference in New Issue