HDFFV-10876 Merge from develop

This commit is contained in:
Allen Byrne
2019-12-08 14:00:04 -06:00
parent dbd6fb0ba6
commit 310b42e35a
93 changed files with 6249 additions and 3916 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);