summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/structs/H5O_info_t.java
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2020-10-16 16:10:35 (GMT)
committerGitHub <noreply@github.com>2020-10-16 16:10:35 (GMT)
commit9bd2102b7747b255b570d428399151296baa17d1 (patch)
treeec69c69944fba94f3586c804b36091fa88d76b0c /java/src/hdf/hdf5lib/structs/H5O_info_t.java
parente6cda4817b303e2f984a31a8c20dd12f326772c5 (diff)
downloadhdf5-9bd2102b7747b255b570d428399151296baa17d1.zip
hdf5-9bd2102b7747b255b570d428399151296baa17d1.tar.gz
hdf5-9bd2102b7747b255b570d428399151296baa17d1.tar.bz2
Update javadoc comments to reduce warnings (#41)
Diffstat (limited to 'java/src/hdf/hdf5lib/structs/H5O_info_t.java')
-rw-r--r--java/src/hdf/hdf5lib/structs/H5O_info_t.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/structs/H5O_info_t.java b/java/src/hdf/hdf5lib/structs/H5O_info_t.java
index 6a26a10..2f76384 100644
--- a/java/src/hdf/hdf5lib/structs/H5O_info_t.java
+++ b/java/src/hdf/hdf5lib/structs/H5O_info_t.java
@@ -15,7 +15,10 @@ package hdf.hdf5lib.structs;
import java.io.Serializable;
-// Information struct for object (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)
+/**
+ * Information struct for object (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)
+ *
+ */
public class H5O_info_t implements Serializable {
private static final long serialVersionUID = 4691681163544054518L;
public long fileno; /* File number that object is located in */