fixed typo

This commit is contained in:
kmfdm 2002-06-28 15:14:22 +00:00
parent fd441f1521
commit 2c7bef0c8e

View file

@ -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()]);
}