dion 2004/03/10 19:14:15
Modified: src/java/org/apache/maven/jelly/tags/maven Tag:
MAVEN-1_0-BRANCH InputTag.java
Log:
Fix typo
Revision Changes Path
No revision
No revision
1.4.10.4 +2 -2 maven/src/java/org/apache/maven/jelly/tags/maven/InputTag.java
Index: InputTag.java
===================================================================
RCS file: /home/cvs/maven/src/java/org/apache/maven/jelly/tags/maven/InputTag.java,v
retrieving revision 1.4.10.3
retrieving revision 1.4.10.4
diff -u -r1.4.10.3 -r1.4.10.4
--- InputTag.java 1 Mar 2004 22:36:37 -0000 1.4.10.3
+++ InputTag.java 11 Mar 2004 03:14:15 -0000 1.4.10.4
@@ -43,7 +43,7 @@
/**
* Perform functionality provided by the tag.
*
- * @throws Exception If there is an error while concatenating the file.
+ * @throws JellyTagException If there is an error while concatenating the file.
*/
public void doTag( XMLOutput output )
throws JellyTagException
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]