mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-29 16:01:19 -04:00
fixed some checkstyle issues
This commit is contained in:
parent
0c7aea59e0
commit
0b06c92b07
@ -51,7 +51,7 @@ public class DataFieldConverter implements Converter {
|
||||
if (reader.getAttribute("size") == null) {
|
||||
// old type
|
||||
reader.moveDown();
|
||||
DataField df = new DataField(Integer.valueOf(reader.getValue()));
|
||||
DataField df = new DataField(Integer.parseInt(reader.getValue()));
|
||||
reader.moveUp();
|
||||
int i = 0;
|
||||
while (reader.hasMoreChildren()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user