diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-01-14 04:17:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 04:17:59 (GMT) |
commit | a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48 (patch) | |
tree | 277abecd672e06284f8194f6b6f608f00b15c7b5 /java/src/hdf/hdf5lib/structs | |
parent | 94fd05b9742cf21130bc0a6b6db9c4b034640ce3 (diff) | |
download | hdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.zip hdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.tar.gz hdf5-a0c2b2e8d430b8622cb6e0ff67b3b0317dd8fe48.tar.bz2 |
1.12 Merge Add tests for H5Ocopy of new object refs (#1339)
* Add tests for H5Ocopy of new object refs
* Correct class name
* Skip test because of issue with debug assertions
* Update reference file
* Fix object examples for new refs and spelling fixs
* Fix ref try-catch blocks
Diffstat (limited to 'java/src/hdf/hdf5lib/structs')
-rw-r--r-- | java/src/hdf/hdf5lib/structs/H5F_info2_t.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/structs/H5F_info2_t.java b/java/src/hdf/hdf5lib/structs/H5F_info2_t.java index f951bb4..78e6d6c 100644 --- a/java/src/hdf/hdf5lib/structs/H5F_info2_t.java +++ b/java/src/hdf/hdf5lib/structs/H5F_info2_t.java @@ -40,7 +40,7 @@ public class H5F_info2_t implements Serializable{ public H5_ih_info_t sohm_msgs_info; /** - * Constructor fot current "global" information about file + * Constructor for current "global" information about file * @param super_version: Superblock version number * @param super_size: Superblock size * @param super_ext_size: Superblock extension size |