1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 00:35:49 +02:00

bug 149117 - fixing nasty bug introduced for property writing

This commit is contained in:
David Dykstal 2006-08-11 22:22:45 +00:00
parent 1f855d1fb2
commit 0c168cc659

View file

@ -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());