Fix syntax error (misspelled class name) in a code snippet in the Inline Caching Sample Guide.
This commit is contained in:
@@ -375,7 +375,7 @@ This custom `KeyGenerator` was applied in the caching annotations of the service
|
||||
[source,java]
|
||||
----
|
||||
@Service
|
||||
class CalcultorService {
|
||||
class CalculatorService {
|
||||
|
||||
@Cacheable(keyGenerator="resultKeyGenerator")
|
||||
public int factorial(int number) { }
|
||||
|
||||
Reference in New Issue
Block a user