summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-01-09 19:07:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-01-09 19:07:03 (GMT)
commit46f63b0faafe574ca2a32380ea85cac8206b1028 (patch)
tree020ccec62eed65d6270d503517bd8b6f26fc3780 /java/src/hdf
parent13f64f251c041ca1963c08b0223f462394ac6288 (diff)
downloadhdf5-46f63b0faafe574ca2a32380ea85cac8206b1028.zip
hdf5-46f63b0faafe574ca2a32380ea85cac8206b1028.tar.gz
hdf5-46f63b0faafe574ca2a32380ea85cac8206b1028.tar.bz2
Fix deprecated H5Pget_version
Diffstat (limited to 'java/src/hdf')
-rw-r--r--java/src/hdf/hdf5lib/H5.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index eb7cc7b..40a6358 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -7700,6 +7700,8 @@ public class H5 implements java.io.Serializable {
* - version_info is null.
* @exception IllegalArgumentException
* - version_info is illegal.
+ *
+ * @deprecated As of HDF5 1.10.0 in favor of H5Fget_info.
**/
public synchronized static native int H5Pget_version(long plist, int[] version_info) throws HDF5LibraryException,
NullPointerException, IllegalArgumentException;