summaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2017-04-06 23:14:47 (GMT)
committermainzer <mainzer#hdfgroup.org>2017-04-06 23:14:47 (GMT)
commita859e70992d6c1bdfcb171acc12ca73c9a38ef37 (patch)
tree64fa03ed48eb581bdcbf5842acaa63a2983aad44 /java/src
parent94c34773ceae5b30c4afb227d0385ebf4ab6ce28 (diff)
parent4a05d27c6fcef81612e005b6f6429ab362247492 (diff)
downloadhdf5-a859e70992d6c1bdfcb171acc12ca73c9a38ef37.zip
hdf5-a859e70992d6c1bdfcb171acc12ca73c9a38ef37.tar.gz
hdf5-a859e70992d6c1bdfcb171acc12ca73c9a38ef37.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~mainzer/hdf5_jrm into develop
Update to permit push to develop_jrm fork
Diffstat (limited to 'java/src')
-rw-r--r--java/src/hdf/hdf5lib/H5.java10
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