git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271704 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -86,10 +86,7 @@ public class Translate | |||||
| * Create new destination file? Defaults to false. | * Create new destination file? Defaults to false. | ||||
| */ | */ | ||||
| private boolean forceOverwrite; | private boolean forceOverwrite; | ||||
| /** | |||||
| * Generated locale based on user attributes | |||||
| */ | |||||
| private Locale locale; | |||||
| /** | /** | ||||
| * Source file encoding scheme | * Source file encoding scheme | ||||
| */ | */ | ||||
| @@ -564,7 +561,6 @@ public class Translate | |||||
| String line; | String line; | ||||
| while( ( line = in.readLine() ) != null ) | while( ( line = in.readLine() ) != null ) | ||||
| { | { | ||||
| StringBuffer newline = new StringBuffer( line ); | |||||
| int startIndex = -1; | int startIndex = -1; | ||||
| int endIndex = -1; | int endIndex = -1; | ||||
| outer : | outer : | ||||
| @@ -86,10 +86,7 @@ public class Translate | |||||
| * Create new destination file? Defaults to false. | * Create new destination file? Defaults to false. | ||||
| */ | */ | ||||
| private boolean forceOverwrite; | private boolean forceOverwrite; | ||||
| /** | |||||
| * Generated locale based on user attributes | |||||
| */ | |||||
| private Locale locale; | |||||
| /** | /** | ||||
| * Source file encoding scheme | * Source file encoding scheme | ||||
| */ | */ | ||||
| @@ -564,7 +561,6 @@ public class Translate | |||||
| String line; | String line; | ||||
| while( ( line = in.readLine() ) != null ) | while( ( line = in.readLine() ) != null ) | ||||
| { | { | ||||
| StringBuffer newline = new StringBuffer( line ); | |||||
| int startIndex = -1; | int startIndex = -1; | ||||
| int endIndex = -1; | int endIndex = -1; | ||||
| outer : | outer : | ||||