This commit is contained in:
rusefillc 2021-12-09 12:59:02 -05:00
parent 64354e1d79
commit cbca82f5fd
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ public class ConfigField {
return "ConfigField{" +
"name='" + name + '\'' +
", type='" + type + '\'' +
", arraySizes=" + arraySizes +
", arraySizes=" + Arrays.toString(arraySizes) +
'}';
}