fixed typo
This commit is contained in:
parent
fd441f1521
commit
2c7bef0c8e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class DocPrototype extends DocElement implements IPathElement {
|
|||
funcVec.addElement(functions[i]);
|
||||
}
|
||||
}
|
||||
return (DocFunction[])funcVec.toArray(new DocFunction[funcVec.size()]);;
|
||||
return (DocFunction[])funcVec.toArray(new DocFunction[funcVec.size()]);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue