summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/structs/H5L_info_t.java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-28 14:25:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-28 14:25:26 (GMT)
commit7416cd2598a06af5e1e65d46ee8f5a76b6ea6ede (patch)
tree1d717803148610abd4e82fa1e7019048751cc7c4 /java/src/hdf/hdf5lib/structs/H5L_info_t.java
parentc237cd6e3c2c2bbf91eac6b625bb6ca7842d1e2c (diff)
downloadhdf5-7416cd2598a06af5e1e65d46ee8f5a76b6ea6ede.zip
hdf5-7416cd2598a06af5e1e65d46ee8f5a76b6ea6ede.tar.gz
hdf5-7416cd2598a06af5e1e65d46ee8f5a76b6ea6ede.tar.bz2
HDFFV-10868 merge from develop
Diffstat (limited to 'java/src/hdf/hdf5lib/structs/H5L_info_t.java')
-rw-r--r--java/src/hdf/hdf5lib/structs/H5L_info_t.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/structs/H5L_info_t.java b/java/src/hdf/hdf5lib/structs/H5L_info_t.java
index 377e617..16d9bbf 100644
--- a/java/src/hdf/hdf5lib/structs/H5L_info_t.java
+++ b/java/src/hdf/hdf5lib/structs/H5L_info_t.java
@@ -17,7 +17,10 @@ import java.io.Serializable;
import hdf.hdf5lib.HDF5Constants;
-// Information struct for link (for H5Lget_info/H5Lget_info_by_idx)
+/**
+ * Information struct for link (for H5Lget_info/H5Lget_info_by_idx)
+ *
+ */
public class H5L_info_t implements Serializable {
private static final long serialVersionUID = -4754320605310155033L;
public int type;