Docs: Persistence: Fix Layout Issue (#23446)

This commit is contained in:
Sebastian Harko 2017-07-27 01:52:52 -07:00 committed by Arnout Engelen
parent 8e4e9c0e07
commit 227950e631

View file

@ -1138,7 +1138,7 @@ Java
: @@snip [LambdaPersistencePluginDocTest.java]($code$/java/jdocs/persistence/LambdaPersistencePluginDocTest.java) { #journal-tck-java } : @@snip [LambdaPersistencePluginDocTest.java]($code$/java/jdocs/persistence/LambdaPersistencePluginDocTest.java) { #journal-tck-java }
Please note that some of the tests are optional, and by overriding the `supports...` methods you give the Please note that some of the tests are optional, and by overriding the `supports...` methods you give the
TCK the needed information about which tests to run. You can implement these methods using @scala[boolean falues or] the TCK the needed information about which tests to run. You can implement these methods using @scala[boolean values or] the
provided `CapabilityFlag.on` / `CapabilityFlag.off` values. provided `CapabilityFlag.on` / `CapabilityFlag.off` values.
We also provide a simple benchmarking class @scala[`JournalPerfSpec`]@java[`JavaJournalPerfSpec`] which includes all the tests that @scala[`JournalSpec`]@java[`JavaJournalSpec`] We also provide a simple benchmarking class @scala[`JournalPerfSpec`]@java[`JavaJournalPerfSpec`] which includes all the tests that @scala[`JournalSpec`]@java[`JavaJournalSpec`]
@ -1186,8 +1186,10 @@ Scala
"org.fusesource.leveldbjni" % "leveldbjni-all" % "1.8" "org.fusesource.leveldbjni" % "leveldbjni-all" % "1.8"
``` ```
@@@ @@@
@@@vars
``` Java
: @@@vars
```
<dependency> <dependency>
<groupId>org.iq80.leveldb</groupId> <groupId>org.iq80.leveldb</groupId>
<artifactId>leveldb</artifactId> <artifactId>leveldb</artifactId>
@ -1201,7 +1203,6 @@ Scala
``` ```
@@@ @@@
The default location of LevelDB files is a directory named `journal` in the current working The default location of LevelDB files is a directory named `journal` in the current working
directory. This location can be changed by configuration where the specified path can be relative or absolute: directory. This location can be changed by configuration where the specified path can be relative or absolute: