diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-03 22:37:40 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:18 (GMT) |
commit | 69937a4b8a9163e4fefa403f69cb6b30a26f2e24 (patch) | |
tree | 61fdc0767b883cd92b947c1dc304de0e9b9cc836 /java/src/hdf | |
parent | 2a30c554394c68283ef4a85a69d085bc40df4b37 (diff) | |
download | hdf5-69937a4b8a9163e4fefa403f69cb6b30a26f2e24.zip hdf5-69937a4b8a9163e4fefa403f69cb6b30a26f2e24.tar.gz hdf5-69937a4b8a9163e4fefa403f69cb6b30a26f2e24.tar.bz2 |
Add missing javadoc for new arg
Diffstat (limited to 'java/src/hdf')
-rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 3420862..ba10f5e 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -8112,6 +8112,8 @@ public class H5 implements java.io.Serializable { * IN: Location identifier used to locate the object being pointed to. * @param name * IN: Name of object at location loc_id. + * @param access_id + * IN: Object access identifier to the object being pointed to. * * @return the reference (byte[]) if successful * @@ -8135,6 +8137,8 @@ public class H5 implements java.io.Serializable { * IN: Name of object at location loc_id. * @param space_id * IN: Identifies the dataset region that a dataset region reference points to. + * @param access_id + * IN: Object access identifier to the object being pointed to. * * @return the reference (byte[]) if successful * @@ -8158,6 +8162,8 @@ public class H5 implements java.io.Serializable { * IN: Name of object at location loc_id. * @param attr_name * IN: Name of the attribute within the object. + * @param access_id + * IN: Object access identifier to the object being pointed to. * * @return the reference (byte[]) if successful * |