summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2021-08-31 14:26:02 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2021-08-31 14:26:02 (GMT)
commit93675a15f22d65f4892df8fb9ea05b653001429c (patch)
tree46e439cff9615f52c0ebbf4a2557667e134932bd /java
parent929736cfb04df132e60df98c772db0db17dc0306 (diff)
parent01fe2549a36d7635b2cbe6f6a57cbcce29c1335b (diff)
downloadhdf5-93675a15f22d65f4892df8fb9ea05b653001429c.zip
hdf5-93675a15f22d65f4892df8fb9ea05b653001429c.tar.gz
hdf5-93675a15f22d65f4892df8fb9ea05b653001429c.tar.bz2
Merge branch 'develop' into post_open_fix
Diffstat (limited to 'java')
-rw-r--r--java/test/TestH5Arw.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/TestH5Arw.java b/java/test/TestH5Arw.java
index 2f5497b..a144ab7 100644
--- a/java/test/TestH5Arw.java
+++ b/java/test/TestH5Arw.java
@@ -102,7 +102,7 @@ public class TestH5Arw {
if (H5aid >= 0)
try {H5.H5Aclose(H5aid);} catch (Exception ex) {}
if (H5did >= 0)
- try {H5.H5Aclose(H5did);} catch (Exception ex) {}
+ try {H5.H5Dclose(H5did);} catch (Exception ex) {}
if (H5fid > 0)
try {H5.H5Fclose(H5fid);} catch (Exception ex) {}
H5fid = HDF5Constants.H5I_INVALID_HID;