diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-04-06 20:00:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-04-06 20:00:48 (GMT) |
commit | 4b11c4fd518026667944b50b4cd4cb41bec7e25a (patch) | |
tree | e41bdabecf14e857c655fa8cd722b5fee68695b5 /java/src | |
parent | 177a8ba30eb14edd70fb941895c800506318ec8a (diff) | |
download | hdf5-4b11c4fd518026667944b50b4cd4cb41bec7e25a.zip hdf5-4b11c4fd518026667944b50b4cd4cb41bec7e25a.tar.gz hdf5-4b11c4fd518026667944b50b4cd4cb41bec7e25a.tar.bz2 |
HDFFV-10143 add missing javadoc param
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 88bd0e5..0c11846 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -7229,6 +7229,8 @@ public class H5 implements java.io.Serializable { * * @param plugin_path * IN: Path for location of filter plugin libraries. + * @param index + * IN: The table index (0-based). * * @exception HDF5LibraryException * - Error from the HDF-5 Library. @@ -7240,6 +7242,8 @@ public class H5 implements java.io.Serializable { * * @param plugin_path * IN: Path for location of filter plugin libraries. + * @param index + * IN: The table index (0-based). * * @exception HDF5LibraryException * - Error from the HDF-5 Library. @@ -7249,6 +7253,9 @@ public class H5 implements java.io.Serializable { /** * H5PLremove removes the plugin path at the specified index. * + * @param index + * IN: The table index (0-based). + * * @exception HDF5LibraryException * - Error from the HDF-5 Library. **/ @@ -7257,6 +7264,9 @@ public class H5 implements java.io.Serializable { /** * H5PLget retrieves the plugin path at the specified index. * + * @param index + * IN: The table index (0-based). + * * @return the current path at the index in plugin path table * * @exception HDF5LibraryException |