HDFFV-10876 Update h5dump and h5ls for new ref api.

This commit is contained in:
Allen Byrne
2019-11-07 09:48:56 -06:00
parent 2dd5bbfe16
commit 6b927a773c
63 changed files with 5674 additions and 3063 deletions

View File

@@ -366,7 +366,7 @@ public class TestH5Edefault {
}
assertTrue("H5.H5Eset_current_stack: get_num #:" + num_msg, num_msg == saved_num_msg);
// Se the current stack to be the default and try that again
// Set the current stack to be the default and try that again
try {
H5.H5Eset_current_stack(stack_id);
num_msg = H5.H5Eget_num(HDF5Constants.H5E_DEFAULT);