Index: InvokeTag.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/jelly/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java,v retrieving revision 1.4 diff -u -r1.4 InvokeTag.java --- InvokeTag.java 9 Oct 2003 21:21:29 -0000 1.4 +++ InvokeTag.java 25 Oct 2003 06:57:07 -0000 @@ -71,8 +71,9 @@ import org.apache.commons.jelly.TagSupport; import org.apache.commons.jelly.XMLOutput; -/** A tag which creates a new object of the given type - * + /** + * A tag which calls a function in an object instantied by core:new + * * @author Rodney Waldhoff * @version $Revision: 1.4 $ */