You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/12/28 00:37:40 UTC

svn commit: r490597 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org