bodewig 2003/04/14 04:42:14
Modified: src/main/org/apache/tools/ant/taskdefs Redirector.java
src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
Fix javadoc typos
Revision Changes Path
1.4 +1 -1
ant/src/main/org/apache/tools/ant/taskdefs/Redirector.java
Index: Redirector.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Redirector.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Redirector.java 10 Feb 2003 14:13:36 -0000 1.3
+++ Redirector.java 14 Apr 2003 11:42:14 -0000 1.4
@@ -461,7 +461,7 @@
* This opertaion will close any streams and create any specified
* property values.
*
- * @throws IOException if the outptu properties cannot be read from their
+ * @throws IOException if the output properties cannot be read from their
* output streams.
*/
public void complete() throws IOException {
1.17 +1 -1
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
Index: Jikes.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Jikes.java 7 Mar 2003 11:23:04 -0000 1.16
+++ Jikes.java 14 Apr 2003 11:42:14 -0000 1.17
@@ -74,7 +74,7 @@
public class Jikes extends DefaultCompilerAdapter {
/**
- * Performs a compile using the Jikes compiler from IBM..
+ * Performs a compile using the Jikes compiler from IBM.
* Mostly of this code is identical to doClassicCompile()
* However, it does not support all options like
* bootclasspath, extdirs, deprecation and so on, because