Fix java warnings (#1005)
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user