Browse Source

remove commented out lines

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273335 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
d176e333bf
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/main/org/apache/tools/ant/UnknownElement.java

+ 0
- 4
src/main/org/apache/tools/ant/UnknownElement.java View File

@@ -218,10 +218,6 @@ public class UnknownElement extends Task {
} }


child.handleChildren(realChild, childWrapper); child.handleChildren(realChild, childWrapper);

// if (parent instanceof TaskContainer) {
// ((Task) realChild).maybeConfigure();
// }
} }
} }




Loading…
Cancel
Save