You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2004/07/13 17:23:33 UTC

cvs commit: ant/src/main/org/apache/tools/ant/types/selectors/modifiedselector ModifiedSelector.java

bodewig     2004/07/13 08:23:32

  Modified:    src/main/org/apache/tools/ant/types/selectors/modifiedselector
                        ModifiedSelector.java
  Log:
  Use a proper ASCII character
  
  Revision  Changes    Path
  1.9       +1 -1      ant/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java
  
  Index: ModifiedSelector.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelector.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ModifiedSelector.java	12 Jul 2004 15:04:13 -0000	1.8
  +++ ModifiedSelector.java	13 Jul 2004 15:23:32 -0000	1.9
  @@ -84,7 +84,7 @@
    * </pre></p>
    *
    * <p>If you want to provide your own interface implementation you can do
  - * that via the *classname attributes. If the classes are not on Ant�s core
  + * that via the *classname attributes. If the classes are not on Ant's core
    * classpath, you will have to provide the path via nested &lt;classpath&gt;
    * element, so that the selector can find the classes. <pre>
    *   <modified cacheclassname="com.mycompany.MyCache">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org