summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-26 16:44:57 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-26 16:44:57 (GMT)
commita372f76ea6961ec02b5d0c867fc1611cb36241d5 (patch)
tree0df65ac652c23451679e03bb96bf98bbc2f0b861 /java/src/hdf
parent4a0a1784db7b5237f765a40533b007b6902bb231 (diff)
downloadhdf5-a372f76ea6961ec02b5d0c867fc1611cb36241d5.zip
hdf5-a372f76ea6961ec02b5d0c867fc1611cb36241d5.tar.gz
hdf5-a372f76ea6961ec02b5d0c867fc1611cb36241d5.tar.bz2
Fix typos
Diffstat (limited to 'java/src/hdf')
-rw-r--r--java/src/hdf/hdf5lib/H5.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index 34c3be3..4a651ea 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -3214,6 +3214,8 @@ public class H5 implements java.io.Serializable {
* @param file_id
* IN: Identifier of the target file.
*
+ * @return true if the file-level is set to create minimized dataset object headers, false if not.
+ *
* @exception HDF5LibraryException
* - Error from the HDF-5 Library.
**/
@@ -6945,6 +6947,8 @@ public class H5 implements java.io.Serializable {
* @param dcpl_id
* IN: Dataset creation property list
*
+ * @return true if the given dcpl is set to create minimized dataset object headers, false if not.
+ *
* @exception HDF5LibraryException
* - Error from the HDF-5 Library.
**/