conor 02/03/04 05:12:48
Modified: src/main/org/apache/tools/ant Project.java
Log:
Fix minor typo
Revision Changes Path
1.97 +2 -2 jakarta-ant/src/main/org/apache/tools/ant/Project.java
Index: Project.java
===================================================================
RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/Project.java,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -w -u -r1.96 -r1.97
--- Project.java 24 Feb 2002 08:54:15 -0000 1.96
+++ Project.java 4 Mar 2002 13:12:48 -0000 1.97
@@ -81,7 +81,7 @@
*
* @author [EMAIL PROTECTED]
*
- * @version $Revision: 1.96 $
+ * @version $Revision: 1.97 $
*/
public class Project {
@@ -1054,7 +1054,7 @@
/**
* Creates a new instance of a data type.
*
- * @param taskType The name of the data type to create an instance of.
+ * @param typeName The name of the data type to create an instance of.
* Must not be <code>null</code>.
*
* @return an instance of the specified data type, or <code>null</code>
if
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>