Browse Source

-move checkstyle comment

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@508864 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
c873f165a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Copy.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Copy.java View File

@@ -88,12 +88,12 @@ public class Copy extends Task {


protected Mapper mapperElement = null; protected Mapper mapperElement = null;
protected FileUtils fileUtils; protected FileUtils fileUtils;
//CheckStyle:VisibilityModifier ON
private Vector filterChains = new Vector(); private Vector filterChains = new Vector();
private Vector filterSets = new Vector(); private Vector filterSets = new Vector();
private String inputEncoding = null; private String inputEncoding = null;
private String outputEncoding = null; private String outputEncoding = null;
private long granularity = 0; private long granularity = 0;
// CheckStyle:VisibilityModifier ON


/** /**
* Copy task constructor. * Copy task constructor.


Loading…
Cancel
Save