You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2003/09/23 16:04:05 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs MacroDef.java

peterreilly    2003/09/23 07:04:05

  Modified:    src/main/org/apache/tools/ant/taskdefs MacroDef.java
  Log:
  remove method implemented in superclass
  
  Revision  Changes    Path
  1.9       +0 -9      ant/src/main/org/apache/tools/ant/taskdefs/MacroDef.java
  
  Index: MacroDef.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/MacroDef.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- MacroDef.java	23 Sep 2003 13:55:52 -0000	1.8
  +++ MacroDef.java	23 Sep 2003 14:04:05 -0000	1.9
  @@ -91,15 +91,6 @@
       }
   
       /**
  -     * Set the class loader.
  -     * Not used
  -     * @param classLoader a <code>ClassLoader</code> value
  -     */
  -    public void setAntlibClassLoader(ClassLoader classLoader) {
  -        // Ignore
  -    }
  -
  -    /**
        * Add a nested task to ExtendType
        * @param nestedTask  Nested task/type to extend
        */
  
  
  

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