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/examples/datasets | |
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/examples/datasets')
-rw-r--r-- | java/examples/datasets/H5Ex_D_UnlimitedMod.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/datasets/H5Ex_D_UnlimitedMod.java b/java/examples/datasets/H5Ex_D_UnlimitedMod.java index 273ac3e..0708898 100644 --- a/java/examples/datasets/H5Ex_D_UnlimitedMod.java +++ b/java/examples/datasets/H5Ex_D_UnlimitedMod.java @@ -17,7 +17,7 @@ file. Next, it reopens the file, reads back the data, outputs it to the screen, extends the dataset, and writes new data to the entire extended dataset. Finally it - reopens the file again, reads back the data, and utputs it + reopens the file again, reads back the data, and outputs it to the screen. ************************************************************/ package examples.datasets; |