mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 16:26:11 +02:00
bug 149117 - fixing nasty bug introduced for property writing
This commit is contained in:
parent
1f855d1fb2
commit
0c168cc659
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ public class PropertyFileProvider implements IRSEPersistenceProvider {
|
|||
String value = (String)map.get(key);
|
||||
String keyvalue = key + "=" + escapeValue(value);
|
||||
// System.out.println("writing "+keyvalue);
|
||||
// out.println(keyvalue);
|
||||
out.println(keyvalue);
|
||||
}
|
||||
out.close();
|
||||
// System.out.println("...wrote "+file.getFullPath());
|
||||
|
|
Loading…
Add table
Reference in a new issue