Develop clang format java (#1653)

This commit is contained in:
Allen Byrne
2022-04-19 13:08:09 -05:00
committed by GitHub
parent 32ef796e47
commit 03c3a54695
162 changed files with 13298 additions and 10029 deletions

View File

@@ -17,7 +17,8 @@ package hdf.hdf5lib.callbacks;
*
*/
public interface H5D_append_t {
/** public ArrayList iterdata = new ArrayList();
* Any derived interfaces must define the single public variable as above.
*/
/**
* public ArrayList iterdata = new ArrayList();
* Any derived interfaces must define the single public variable as above.
*/
}