diff --git a/src/main/org/apache/tools/ant/util/ChainedMapper.java b/src/main/org/apache/tools/ant/util/ChainedMapper.java
index 92054ec68..27927db5d 100644
--- a/src/main/org/apache/tools/ant/util/ChainedMapper.java
+++ b/src/main/org/apache/tools/ant/util/ChainedMapper.java
@@ -24,10 +24,10 @@ import java.util.Iterator;
import java.util.ArrayList;
/**
- * A ContainerMapper
that chains the results of the first
- * nested FileNameMapper
s into sourcefiles for the second,
+ * A ContainerMapper
that chains the results of the first
+ * nested FileNameMapper
s into sourcefiles for the second,
* the second to the third, and so on, returning the resulting mapped
- * filenames from the last nested FileNameMapper
.
+ * filenames from the last nested FileNameMapper
.
*/
public class ChainedMapper extends ContainerMapper {
diff --git a/src/main/org/apache/tools/ant/util/CompositeMapper.java b/src/main/org/apache/tools/ant/util/CompositeMapper.java
index f69368383..d04a5fc99 100644
--- a/src/main/org/apache/tools/ant/util/CompositeMapper.java
+++ b/src/main/org/apache/tools/ant/util/CompositeMapper.java
@@ -21,8 +21,8 @@ import java.util.Iterator;
import java.util.LinkedHashSet;
/**
- * A ContainerMapper
that unites the results of its constituent
- * FileNameMapper
s into a single set of result filenames.
+ * A ContainerMapper
that unites the results of its constituent
+ * FileNameMapper
s into a single set of result filenames.
*/
public class CompositeMapper extends ContainerMapper {
diff --git a/src/main/org/apache/tools/ant/util/FirstMatchMapper.java b/src/main/org/apache/tools/ant/util/FirstMatchMapper.java
index cd85003ae..85a2e7571 100644
--- a/src/main/org/apache/tools/ant/util/FirstMatchMapper.java
+++ b/src/main/org/apache/tools/ant/util/FirstMatchMapper.java
@@ -23,8 +23,8 @@ import java.util.Iterator;
import java.util.LinkedList;
/**
- * A ContainerMapper
that returns the results of its
- * first constituent FileNameMapper
s that matches.
+ * A ContainerMapper
that returns the results of its
+ * first constituent FileNameMapper
s that matches.
*
* @since Ant 1.8.0
*/