From 249962b3e269542ba7558dc63b4b2120aee75860 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 27 Dec 2006 23:37:38 +0000 Subject: [PATCH] checkstyle:check off for public method git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@490597 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Expand.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/org/apache/tools/ant/taskdefs/Expand.java b/src/main/org/apache/tools/ant/taskdefs/Expand.java index a96772c6c..9606c1476 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Expand.java +++ b/src/main/org/apache/tools/ant/taskdefs/Expand.java @@ -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