From 7d02a1769f7d69f5401ddd64232ced3ae1b7e75f Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Sun, 16 Aug 2020 13:33:07 -0500 Subject: Fix javadoc warning --- java/src/hdf/hdf5lib/H5.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 4c9713b..c588431 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -6468,6 +6468,8 @@ public class H5 implements java.io.Serializable { * @param fapl_id * IN: File access property list identifier * + * @return indication if file locking is used. + * * @exception HDF5LibraryException * - Error from the HDF-5 Library. * @@ -6481,6 +6483,8 @@ public class H5 implements java.io.Serializable { * @param fapl_id * IN: File access property list identifier * + * @return indication if file locking is ignored. + * * @exception HDF5LibraryException * - Error from the HDF-5 Library. * -- cgit v0.12