mbenson 2005/01/04 14:40:34 Modified: src/main/org/apache/tools/ant/types/mappers Tag: ANT_16_BRANCH FilterMapper.java Log: Merge Revision Changes Path No revision No revision 1.1.2.2 +3 -3 ant/src/main/org/apache/tools/ant/types/mappers/FilterMapper.java Index: FilterMapper.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/mappers/FilterMapper.java,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- FilterMapper.java 17 Dec 2004 14:09:28 -0000 1.1.2.1 +++ FilterMapper.java 4 Jan 2005 22:40:34 -0000 1.1.2.2 @@ -30,7 +30,7 @@ import org.apache.tools.ant.util.FileUtils; /** - * This is a filenamemaper based on a FilterChain. + * This is a FileNameMapper based on a FilterChain. */ public class FilterMapper extends FilterChain implements FileNameMapper { /** @@ -40,7 +40,7 @@ */ public void setFrom(String from) { throw new UnsupportedAttributeException( - "filtermapper does'nt support the \"from\" attribute.", "from"); + "filtermapper doesn't support the \"from\" attribute.", "from"); } /** @@ -50,7 +50,7 @@ */ public void setTo(String to) { throw new UnsupportedAttributeException( - "filtermapper does'nt support the \"to\" attribute.", "to"); + "filtermapper doesn't support the \"to\" attribute.", "to"); } /**
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]