]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/java/src/main/java/org/rocksdb/Slice.java
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / rocksdb / java / src / main / java / org / rocksdb / Slice.java
index 08a940c3f3fc49adfafcbca342c8ae456a2d54b5..50d9f76525869a0e56995fcfd67c72291a187b86 100644 (file)
@@ -55,7 +55,8 @@ public class Slice extends AbstractSlice<byte[]> {
    * Slice instances using a handle. </p>
    *
    * @param nativeHandle address of native instance.
-   * @param owningNativeHandle whether to own this reference from the C++ side or not
+   * @param owningNativeHandle true if the Java side owns the memory pointed to
+   *     by this reference, false if ownership belongs to the C++ side
    */
   Slice(final long nativeHandle, final boolean owningNativeHandle) {
     super();