jskeet 02/02/25 07:08:23
Modified: src/main/org/apache/tools/ant/taskdefs/optional
EchoProperties.java IContract.java NetRexxC.java
PropertyFile.java RenameExtensions.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.4 +0 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/EchoProperties.java
Index: EchoProperties.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/EchoProperties.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EchoProperties.java 22 Feb 2002 13:33:58 -0000 1.3
+++ EchoProperties.java 25 Feb 2002 15:08:23 -0000 1.4
@@ -100,7 +100,6 @@
*
[EMAIL PROTECTED] Matt Albrecht <a href="mailto:[EMAIL PROTECTED]">
* [EMAIL PROTECTED]</a>
- [EMAIL PROTECTED] 17-Jan-2002
[EMAIL PROTECTED] Ant 1.5
*/
public class EchoProperties extends Task {
1.6 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/IContract.java
Index: IContract.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/IContract.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- IContract.java 10 Jan 2002 13:59:34 -0000 1.5
+++ IContract.java 25 Feb 2002 15:08:23 -0000 1.6
@@ -451,7 +451,7 @@
/**
* Sets the classpath to be used for invocation of iContract.
*
- * @path the classpath
+ * @param path the classpath
*/
public void setClasspath( Path path ) {
createClasspath().append( path );
1.13 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
Index: NetRexxC.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/NetRexxC.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- NetRexxC.java 10 Jan 2002 13:59:34 -0000 1.12
+++ NetRexxC.java 25 Feb 2002 15:08:23 -0000 1.13
@@ -427,7 +427,7 @@
}
/**
- * Executes the task, i.e. does the actual compiler call
+ * Executes the task - performs the actual compiler call.
*/
public void execute() throws BuildException {
1.16 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java
Index: PropertyFile.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- PropertyFile.java 22 Feb 2002 01:53:36 -0000 1.15
+++ PropertyFile.java 25 Feb 2002 15:08:23 -0000 1.16
@@ -522,7 +522,7 @@
/**
* Check if parameter combinations can be supported
- * @todo make sure the 'unit' attribute is only specified on date
+ * To-do: make sure the 'unit' attribute is only specified on date
* fields
*/
private void checkParameters() throws BuildException {
1.11 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/RenameExtensions.java
Index: RenameExtensions.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/RenameExtensions.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- RenameExtensions.java 10 Jan 2002 13:59:34 -0000 1.10
+++ RenameExtensions.java 25 Feb 2002 15:08:23 -0000 1.11
@@ -120,7 +120,7 @@
}
/**
- * Executes the task, i.e. does the actual compiler call
+ * Executes the task.
*/
public void execute() throws BuildException {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>