Update javadoc comments to reduce warnings (#41)

This commit is contained in:
Allen Byrne
2020-10-16 11:10:35 -05:00
committed by GitHub
parent e6cda4817b
commit 9bd2102b77
44 changed files with 2964 additions and 98 deletions

View File

@@ -13,6 +13,10 @@
package hdf.hdf5lib.callbacks;
/**
* Data class for link callback for H5Dappend.
*
*/
public interface H5D_append_t {
/** public ArrayList iterdata = new ArrayList();
* Any derived interfaces must define the single public variable as above.