Fix javadoc and java warnings (#1011)

This commit is contained in:
Allen Byrne
2021-09-16 08:48:12 -05:00
committed by GitHub
parent 4bf757e87b
commit 3d085ed2db
4 changed files with 462 additions and 47 deletions

View File

@@ -102,7 +102,7 @@ public class TestH5Pfapl {
for(int indx = 0; ;indx++) {
java.text.DecimalFormat myFormat = new java.text.DecimalFormat("00000");
try {
file = new File("test"+myFormat.format(new Integer(indx))+".h5");
file = new File("test"+myFormat.format(Integer.valueOf(indx))+".h5");
}
catch (Throwable err) {}