mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Externalizing strings.
This commit is contained in:
parent
48933be7c6
commit
7945749d49
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class DefaultSIFileReader implements IExternalScannerInfoProvider {
|
|||
*/
|
||||
private boolean readFileToOutputStream(IProgressMonitor monitor, BufferedReader reader, OutputStream ostream) {
|
||||
final String lineSeparator = System.getProperty("line.separator"); //$NON-NLS-1$
|
||||
monitor.beginTask("Reading build output ...", (int)((fileSize == 0) ? 10000 : fileSize));
|
||||
monitor.beginTask("Reading build output ...", (int)((fileSize == 0) ? 10000 : fileSize)); //$NON-NLS-1$
|
||||
// check if build output file exists
|
||||
String line;
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue