diff --git a/src/docbkx/reference/riak.xml b/src/docbkx/reference/riak.xml index df938bad6..4d1d6dfe9 100644 --- a/src/docbkx/reference/riak.xml +++ b/src/docbkx/reference/riak.xml @@ -115,22 +115,26 @@ public class Example { Additionally, there is a setWithMetaData method that takes a Map of metadata that will be set as the outgoing HTTP headers. To set custom metadata, your key should be prefixed with X-Riak-Meta- e.g. X-Riak-Meta-Custom-Header. - Riak has the ability to generate random IDs for you when storing objects. The RiakTemplate exposes this capability via the put method. It will return the ID it generated for you as a String. - + Letting Riak generate the key + + Riak has the ability to generate random IDs for you when storing objects. The RiakTemplate exposes this capability via the put method. It will return the ID it generated for you as a String. + - + ]]> + +