diff --git a/src/main/org/apache/tools/ant/types/Mapper.java b/src/main/org/apache/tools/ant/types/Mapper.java index 011892406..5e6a00faa 100644 --- a/src/main/org/apache/tools/ant/types/Mapper.java +++ b/src/main/org/apache/tools/ant/types/Mapper.java @@ -39,8 +39,8 @@ public class Mapper extends DataType implements Cloneable { private ContainerMapper container = null; /** - * Construct a new Mapper element. - * @param p the owning Ant Project. + * Construct a new Mapper element. + * @param p the owning Ant Project. */ public Mapper(Project p) { setProject(p); @@ -48,7 +48,7 @@ public class Mapper extends DataType implements Cloneable { /** * Set the type of FileNameMapper to use. - * @param type the MapperType enumerated attribute. + * @param type the MapperType enumerated attribute. */ public void setType(MapperType type) { if (isReference()) { @@ -58,8 +58,8 @@ public class Mapper extends DataType implements Cloneable { } /** - * Add a nested FileNameMapper. - * @param fileNameMapper the FileNameMapper to add. + * Add a nested FileNameMapper. + * @param fileNameMapper the FileNameMapper to add. */ public void add(FileNameMapper fileNameMapper) { if (isReference()) { @@ -223,7 +223,7 @@ public class Mapper extends DataType implements Cloneable { /** * Gets the Class object associated with the mapper implementation. - * @return Class. + * @return Class. * @throws ClassNotFoundException if the class cannot be found */ protected Class getImplementationClass() throws ClassNotFoundException {