stevel 01/11/22 00:42:40
Modified: src/main/org/apache/tools/ant/types Description.java
Log:
Erik's big javadoc fixup, bugzilla ID #4992
Revision Changes Path
1.4 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/types/Description.java
Index: Description.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/Description.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Description.java 2001/10/28 21:27:19 1.3
+++ Description.java 2001/11/22 08:42:40 1.4
@@ -59,7 +59,7 @@
/**
* Description is used to provide a project-wide description element
* (that is, a description that applies to a buildfile as a whole).
- * If present, the <description> element is printed out before the
+ * If present, the <description> element is printed out before the
* target descriptions.
*
* Description has no attributes, only text. There can only be one
@@ -67,7 +67,7 @@
* overwrite the first.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Craeg Strong</a>
- * @version $Revision: 1.3 $ $Date: 2001/10/28 21:27:19 $
+ * @version $Revision: 1.4 $ $Date: 2001/11/22 08:42:40 $
*/
public class Description extends DataType {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>