peterreilly 2005/06/29 04:16:16 Modified: src/main/org/apache/tools/ant/taskdefs FixCRLF.java src/main/org/apache/tools/ant/taskdefs/cvslib CvsVersion.java Log: checkstyle - trialing space Revision Changes Path 1.69 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java Index: FixCRLF.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/FixCRLF.java,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- FixCRLF.java 9 Mar 2005 00:20:41 -0000 1.68 +++ FixCRLF.java 29 Jun 2005 11:16:16 -0000 1.69 @@ -317,7 +317,7 @@ File tmpFile = FILE_UTILS.createTempFile("fixcrlf", "", null); tmpFile.deleteOnExit(); try { - FILE_UTILS.copyFile(srcFile, tmpFile, null, fcv, false, + FILE_UTILS.copyFile(srcFile, tmpFile, null, fcv, false, false, encoding, getProject()); File destFile = new File(destD, file); 1.9 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsVersion.java Index: CvsVersion.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/cvslib/CvsVersion.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- CvsVersion.java 6 Dec 2004 18:12:59 -0000 1.8 +++ CvsVersion.java 29 Jun 2005 11:16:16 -0000 1.9 @@ -1,5 +1,5 @@ /* - * Copyright 2004 The Apache Software Foundation + * Copyright 2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ private String serverVersion; private String clientVersionProperty; private String serverVersionProperty; - + /** * Get the CVS client version * @return CVS client version
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]