mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Fix for 142716. Removed the timestamp comment from the node.properties file.
This commit is contained in:
parent
4373e7f2a2
commit
ccd2fdf5a8
1 changed files with 0 additions and 2 deletions
|
@ -233,8 +233,6 @@ public class PropertyFileProvider implements IRSEPersistenceProvider {
|
|||
ByteArrayOutputStream outStream = new ByteArrayOutputStream(500);
|
||||
PrintWriter out = new PrintWriter(outStream);
|
||||
out.println("# " + header);
|
||||
Date now = Calendar.getInstance().getTime();
|
||||
out.println("# " + DateFormat.getDateTimeInstance().format(now));
|
||||
Map map = new TreeMap(properties);
|
||||
Set keys = map.keySet();
|
||||
for (Iterator z = keys.iterator(); z.hasNext();) {
|
||||
|
|
Loading…
Add table
Reference in a new issue