Browse Source

stylecheck

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276238 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
80c2d3216d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/util/ContainerMapper.java

+ 1
- 2
src/main/org/apache/tools/ant/util/ContainerMapper.java View File

@@ -21,7 +21,6 @@ import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.apache.tools.ant.types.Mapper;
import org.apache.tools.ant.util.FileNameMapper;

/**
* A filenamemapper that contains other filename mappers.
@@ -50,7 +49,7 @@ public class ContainerMapper implements FileNameMapper {
public void addConfiguredMapper(Mapper mapper) {
mappers.add(mapper.getImplementation());
}
/**
* Set the chained attribute.
*


Loading…
Cancel
Save