Minor cosmetic fix.
This commit is contained in:
parent
eba343b868
commit
4b2f195568
1 changed files with 1 additions and 4 deletions
|
@ -1346,10 +1346,7 @@ public final class Application implements Runnable {
|
||||||
return ((IPathElement) obj).getChildElement(name);
|
return ((IPathElement) obj).getChildElement(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
Object[] arg = new Object[1];
|
Object[] arg = new Object[] { name };
|
||||||
|
|
||||||
arg[0] = name;
|
|
||||||
|
|
||||||
return invokeFunction(obj, "getChildElement", arg);
|
return invokeFunction(obj, "getChildElement", arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue