Browse Source

checkstyle:check off for public method

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@490597 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
249962b3e2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/main/org/apache/tools/ant/taskdefs/Expand.java

+ 2
- 0
src/main/org/apache/tools/ant/taskdefs/Expand.java View File

@@ -176,6 +176,7 @@ public class Expand extends Task {
return mapper;
}

// CheckStyle:ParameterNumberCheck OFF - bc
/**
* extract a file to a directory
* @param fileUtils a fileUtils object
@@ -296,6 +297,7 @@ public class Expand extends Task {
}

}
// CheckStyle:ParameterNumberCheck ON

/**
* Set the destination directory. File will be unzipped into the


Loading…
Cancel
Save