Skip to content

Commit

Permalink
Fix formatting (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisjoe authored and tolbertam committed May 2, 2019
1 parent 51ee45a commit 6a616cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/java_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With a `Server` instance in hand, you can provision Cluster and Nodes using `Ser

`register` returns `BoundCluster` and `BoundNode` instances which each implement
[`java.io.AutoCloseable`][AutoCloseable] and thus can be used in a `try-with-resources` block such that when the `try`
block` exits, the `BoundCluster` or `BoundNode` is automatically unregistered with the `Server`.
block exits, the `BoundCluster` or `BoundNode` is automatically unregistered with the `Server`.

To register a single `BoundNode`:

Expand Down

0 comments on commit 6a616cf

Please sign in to comment.