diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-11-25 20:59:00 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-11-25 20:59:00 +0000 |
| commit | e88b80f44067d5a6b09543bbf73de7635d03aee4 (patch) | |
| tree | 81513732b31672b9e93e346f3cc68b9ed45c191e /doc | |
| parent | dd8e18b99763ee5b892030cf09442c12f3b92b93 (diff) | |
| download | qpid-python-e88b80f44067d5a6b09543bbf73de7635d03aee4.tar.gz | |
QPID-4443: fix C&P error with section ID name
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1413415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml b/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml index 7ca50815cd..b8694f3315 100644 --- a/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml +++ b/doc/book/src/java-broker/Java-Broker-Stores-Memory-Store.xml @@ -32,7 +32,7 @@ ability to store new messages will be entirely constrained by the JVM heap size. </para> - <section role="h3" id="Java-Broker-Stores-Derby-Store-Configuration"> + <section role="h3" id="Java-Broker-Stores-Memory-Store-Configuration"> <title>Configuration</title> <para> In order to use the MemoryMessageStore, you must configure it for each VirtualHost desired by updating the store element |
