Merge pull request #19 from apple/release-5.1
release-5.1 -> release-5.2
This commit is contained in:
commit
ac1f3a20e8
|
@ -25,7 +25,7 @@ and add it to your classpath.<br>
|
|||
<h3>Getting started</h3>
|
||||
To start using FoundationDB from Java, create an instance of the
|
||||
{@link com.apple.foundationdb.FDB FoundationDB API interface} with the version of the
|
||||
API that you want to use (this release of the FoundationDB Java API supports versions between {@code 500} and {@code 510}).
|
||||
API that you want to use (this release of the FoundationDB Java API supports only version {@code 510}).
|
||||
With this API object you can then open {@link com.apple.foundationdb.Cluster Cluster}s and
|
||||
{@link com.apple.foundationdb.Database Database}s and start using
|
||||
{@link com.apple.foundationdb.Transaction Transaction}s.
|
||||
|
|
Loading…
Reference in New Issue