Skip to content

Commit

Permalink
doc: add closing session in Java
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemyoun committed Jun 28, 2016
1 parent 1d685bb commit 319d3c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/rados/api/librados-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,15 @@ C++ Example
cluster.shutdown();


Java Example
--------------

.. code-block:: java
cluster.ioCtxDestroy(io);
cluster.shutDown();
Python Example
--------------

Expand Down

0 comments on commit 319d3c8

Please sign in to comment.