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
committed by David Young
parent 408146236d
commit 1e7387a5f8
63 changed files with 5676 additions and 3065 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);