toString
This commit is contained in:
parent
64354e1d79
commit
cbca82f5fd
|
@ -204,7 +204,7 @@ public class ConfigField {
|
|||
return "ConfigField{" +
|
||||
"name='" + name + '\'' +
|
||||
", type='" + type + '\'' +
|
||||
", arraySizes=" + arraySizes +
|
||||
", arraySizes=" + Arrays.toString(arraySizes) +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue