jskeet 02/02/25 07:21:11
Modified: src/main/org/apache/tools/ant/taskdefs/email EmailTask.java
src/main/org/apache/tools/ant/taskdefs/condition
FilesMatch.java
src/main/org/apache/tools/ant/taskdefs/compilers Gcj.java
Jikes.java Sj.java
Log:
First pass of JavaDoc work just to get rid of warnings.
When this is complete, whole source tree should JavaDoc (with 1.4)
with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates
warnings, but that's all.)
Revision Changes Path
1.8 +0 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java
Index: EmailTask.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/email/EmailTask.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- EmailTask.java 9 Feb 2002 01:05:36 -0000 1.7
+++ EmailTask.java 25 Feb 2002 15:21:11 -0000 1.8
@@ -76,7 +76,6 @@
* @author [EMAIL PROTECTED] Erik Hatcher
* @author [EMAIL PROTECTED] Paulo Gaspar
* @author [EMAIL PROTECTED] Rob Oxspring
- * @created 10 Dec 2001
* @since 1.5
*/
public class EmailTask
1.5 +2 -3
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java
Index: FilesMatch.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/condition/FilesMatch.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FilesMatch.java 19 Feb 2002 16:17:25 -0000 1.4
+++ FilesMatch.java 25 Feb 2002 15:21:11 -0000 1.5
@@ -59,12 +59,11 @@
import java.io.IOException;
/**
- * compare two files for bitwise equality based on size and content.
timestamps
+ * Compares two files for bitwise equality based on size and content.
Timestamps
* are not looked at at all.
*
* @author Steve Loughran
- * @version $Revision: 1.4 $
- * @created 12 January 2002
+ * @version $Revision: 1.5 $
* @since Ant 1.5
*/
1.7 +0 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java
Index: Gcj.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/compilers/Gcj.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Gcj.java 6 Nov 2001 10:47:33 -0000 1.6
+++ Gcj.java 25 Feb 2002 15:21:11 -0000 1.7
@@ -70,8 +70,6 @@
/**
* Performs a compile using the gcj compiler.
- *
- * @author [EMAIL PROTECTED]
*/
public boolean execute() throws BuildException {
Commandline cmd;
1.7 +0 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
Index: Jikes.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Jikes.java 8 Jan 2002 22:19:26 -0000 1.6
+++ Jikes.java 25 Feb 2002 15:21:11 -0000 1.7
@@ -80,8 +80,6 @@
* what they should do.
*
* It has been successfully tested with jikes >1.10
- *
- * @author [EMAIL PROTECTED]
*/
public boolean execute() throws BuildException {
attributes.log("Using jikes compiler", Project.MSG_VERBOSE);
1.3 +0 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/compilers/Sj.java
Index: Sj.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/compilers/Sj.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Sj.java 28 Oct 2001 21:27:51 -0000 1.2
+++ Sj.java 25 Feb 2002 15:21:11 -0000 1.3
@@ -68,7 +68,6 @@
/**
* Performs a compile using the sj compiler from Symantec.
- * @author [EMAIL PROTECTED]
*/
public boolean execute() throws BuildException {
attributes.log("Using symantec java compiler", Project.MSG_VERBOSE);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>