git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271256 13f79535-47bb-0310-9956-ffa450edef68master
@@ -85,7 +85,6 @@ public class FileUtils | |||||
BufferedReader in = new BufferedReader( new FileReader( sourceFile ) ); | BufferedReader in = new BufferedReader( new FileReader( sourceFile ) ); | ||||
BufferedWriter out = new BufferedWriter( new FileWriter( destFile ) ); | BufferedWriter out = new BufferedWriter( new FileWriter( destFile ) ); | ||||
int length; | |||||
String newline = null; | String newline = null; | ||||
String line = in.readLine(); | String line = in.readLine(); | ||||
while( line != null ) | while( line != null ) | ||||
@@ -398,10 +397,6 @@ public class FileUtils | |||||
/** | /** | ||||
* Translates all occurrences of / or \ to correct separator of the current | * Translates all occurrences of / or \ to correct separator of the current | ||||
* platform and returns whether it had to do any replacements. | * platform and returns whether it had to do any replacements. | ||||
* | |||||
* @param buffer Description of Parameter | |||||
* @param pos Description of Parameter | |||||
* @return Description of the Returned Value | |||||
*/ | */ | ||||
public static void translateFileSep( StringBuffer buffer ) | public static void translateFileSep( StringBuffer buffer ) | ||||
{ | { | ||||
@@ -85,7 +85,6 @@ public class FileUtils | |||||
BufferedReader in = new BufferedReader( new FileReader( sourceFile ) ); | BufferedReader in = new BufferedReader( new FileReader( sourceFile ) ); | ||||
BufferedWriter out = new BufferedWriter( new FileWriter( destFile ) ); | BufferedWriter out = new BufferedWriter( new FileWriter( destFile ) ); | ||||
int length; | |||||
String newline = null; | String newline = null; | ||||
String line = in.readLine(); | String line = in.readLine(); | ||||
while( line != null ) | while( line != null ) | ||||
@@ -398,10 +397,6 @@ public class FileUtils | |||||
/** | /** | ||||
* Translates all occurrences of / or \ to correct separator of the current | * Translates all occurrences of / or \ to correct separator of the current | ||||
* platform and returns whether it had to do any replacements. | * platform and returns whether it had to do any replacements. | ||||
* | |||||
* @param buffer Description of Parameter | |||||
* @param pos Description of Parameter | |||||
* @return Description of the Returned Value | |||||
*/ | */ | ||||
public static void translateFileSep( StringBuffer buffer ) | public static void translateFileSep( StringBuffer buffer ) | ||||
{ | { | ||||