Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuehappy committed Oct 8, 2023
1 parent cf810a4 commit 57e2b16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/src/main/java/org/rocksdb/ExportImportFilesMetaData.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
public class ExportImportFilesMetaData extends RocksObject {
private ExportImportFilesMetaData(final long nativeHandle) {
super(nativeHandle);
// We do not own the native object!
disOwnNativeHandle();
}

@Override protected native void disposeInternal(final long handle);
Expand Down

0 comments on commit 57e2b16

Please sign in to comment.