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 H5Ovisit/H5Ovisit_by_name.
*
*/
public interface H5O_iterate_opdata_t {
}