You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2005/01/04 23:26:15 UTC

cvs commit: ant/src/main/org/apache/tools/ant/types/mappers FilterMapper.java

mbenson     2005/01/04 14:26:15

  Modified:    src/main/org/apache/tools/ant/types/mappers
                        FilterMapper.java
  Log:
  Spelling
  
  Revision  Changes    Path
  1.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
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FilterMapper.java	17 Dec 2004 13:39:45 -0000	1.1
  +++ FilterMapper.java	4 Jan 2005 22:26:15 -0000	1.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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org