doc: add closing session in Java

This commit is contained in:
Jaemyoun 2016-03-14 20:33:24 +09:00 committed by jaemyoun
parent 1d685bbbc7
commit 319d3c8ac9

View File

@ -967,6 +967,15 @@ C++ Example
cluster.shutdown();
Java Example
--------------
.. code-block:: java
cluster.ioCtxDestroy(io);
cluster.shutDown();
Python Example
--------------