From 782de6529854abfe9fc40819bed4355d4e55b9cf Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 14 Apr 2003 11:42:14 +0000 Subject: [PATCH] Fix javadoc typos git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274439 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Redirector.java | 2 +- src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Redirector.java b/src/main/org/apache/tools/ant/taskdefs/Redirector.java index 458573e70..4081780a2 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Redirector.java +++ b/src/main/org/apache/tools/ant/taskdefs/Redirector.java @@ -461,7 +461,7 @@ public class Redirector { * 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 { diff --git a/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java b/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java index 75b9d84fa..9c09049f1 100644 --- a/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java +++ b/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java @@ -74,7 +74,7 @@ import org.apache.tools.ant.types.Path; 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