Author: peterreilly Date: Wed Dec 27 15:37:38 2006 New Revision: 490597 URL: http://svn.apache.org/viewvc?view=rev&rev=490597 Log: checkstyle:check off for public method
Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java?view=diff&rev=490597&r1=490596&r2=490597 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java Wed Dec 27 15:37:38 2006 @@ -176,6 +176,7 @@ return mapper; } + // CheckStyle:ParameterNumberCheck OFF - bc /** * extract a file to a directory * @param fileUtils a fileUtils object @@ -296,6 +297,7 @@ } } + // CheckStyle:ParameterNumberCheck ON /** * Set the destination directory. File will be unzipped into the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]