Skip to content

Commit

Permalink
ISPN-8543 Make the global configuration persistence pluggable
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
diegolovison authored and tristantarrant committed Jan 8, 2018
1 parent a579433 commit 8915f96
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,7 +82,7 @@ shutdown and restarted, use the +PERMANENT+ flag as follows:
[source,java]
----
Cache<String, String> myCache = manager.administration().withFlags(AdminFlags.PERMANENT).createCache("myCache");
Cache<String, String> myCache = manager.administration().withFlags(AdminFlag.PERMANENT).createCache("myCache");
----

Expand Down

0 comments on commit 8915f96

Please sign in to comment.