better toString

This commit is contained in:
rusefi 2018-10-07 19:34:43 -04:00
parent d49954f9c1
commit c8c6e4b182
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ public class Field {
@Override
public String toString() {
return "Field{" +
"name=" + name +
"offset=" + offset +
name +
", o=" + offset +
", type=" + type +
'}';
}