Browse Source

Fix javadoc typos

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274439 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
782de65298
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Redirector.java
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Redirector.java View File

@@ -461,7 +461,7 @@ public class Redirector {
* This opertaion will close any streams and create any specified * This opertaion will close any streams and create any specified
* property values. * 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. * output streams.
*/ */
public void complete() throws IOException { public void complete() throws IOException {


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java View File

@@ -74,7 +74,7 @@ import org.apache.tools.ant.types.Path;
public class Jikes extends DefaultCompilerAdapter { 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() * Mostly of this code is identical to doClassicCompile()
* However, it does not support all options like * However, it does not support all options like
* bootclasspath, extdirs, deprecation and so on, because * bootclasspath, extdirs, deprecation and so on, because


Loading…
Cancel
Save