spelling: instantiate

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent a611552be8
commit 0ff0df4729
@@ -1222,7 +1222,7 @@ public class GenericTagTreePanel extends GenericTagPanel {
if (ReflectionTools.needsIndex(field) && (fnode.index == -1)) { //Arrays or Lists
try {
if (field.get(fnode.obj) == null) {
// todo: instanciate the (Array)List or Array to allow adding items to it
// todo: instantiate the (Array)List or Array to allow adding items to it
return 0;
}
} catch (IllegalArgumentException | IllegalAccessException ex) {