diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-25 14:22:29 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-25 14:22:29 (GMT) |
| commit | 3261491a47abc6f397392bfdc5ab8d03675fc012 (patch) | |
| tree | 92ecc34bdaa14424f41713b9fa14f5515eacd239 /java/src/hdf | |
| parent | c9eedcb82558673c9d22a1250a6054c18a3057fb (diff) | |
| parent | 635e8c5377ded6201061e1dc819526cd205f06ed (diff) | |
| download | hdf5-3261491a47abc6f397392bfdc5ab8d03675fc012.zip hdf5-3261491a47abc6f397392bfdc5ab8d03675fc012.tar.gz hdf5-3261491a47abc6f397392bfdc5ab8d03675fc012.tar.bz2 | |
Merge pull request #536 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '635e8c5377ded6201061e1dc819526cd205f06ed':
merge from develop and apply HDFFV-8611
HDFFV-8611 add autotools test
Remove obsolete function
HDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.
Diffstat (limited to 'java/src/hdf')
| -rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 14d7186..35b61bd 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -2893,7 +2893,8 @@ public class H5 implements java.io.Serializable { * @param file_id * IN: Identifier of the target file. * - * @param mdc_logging_status, the status + * @param mdc_logging_status + * the status * mdc_logging_status[0] = is_enabled, whether logging is enabled * mdc_logging_status[1] = is_currently_logging, whether events are currently being logged * @@ -5811,7 +5812,8 @@ public class H5 implements java.io.Serializable { * * @param fapl_id * IN: File access property list identifier - * @param mdc_log_options, the options + * @param mdc_log_options + * the options * mdc_logging_options[0] = is_enabled, whether logging is enabled * mdc_logging_options[1] = start_on_access, whether the logging begins as soon as the file is opened or created * |
