peterreilly 2005/01/06 09:50:29 Modified: src/main/org/apache/tools/ant/taskdefs Untar.java Log: checkstyle Revision Changes Path 1.45 +5 -1 ant/src/main/org/apache/tools/ant/taskdefs/Untar.java Index: Untar.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Untar.java,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- Untar.java 6 Jan 2005 11:11:04 -0000 1.44 +++ Untar.java 6 Jan 2005 17:50:29 -0000 1.45 @@ -76,7 +76,8 @@ /** * No encoding support in Untar. - * + * @param encoding not used + * @throws BuildException always * @since Ant 1.6 */ public void setEncoding(String encoding) { @@ -85,6 +86,9 @@ + " attribute", getLocation()); } + /** + * @see Expand#expandFile(FileUtils, File, File) + */ protected void expandFile(FileUtils fileUtils, File srcF, File dir) { TarInputStream tis = null; try {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]