Kill generated timestamp in config files, if you want to retreive this information, usethe file's modified time. Closes #404
This commit is contained in:
parent
6673844c54
commit
f1987359c9
1 changed files with 1 additions and 2 deletions
|
@ -674,8 +674,7 @@ public class Configuration
|
|||
FileOutputStream fos = new FileOutputStream(file);
|
||||
BufferedWriter buffer = new BufferedWriter(new OutputStreamWriter(fos, defaultEncoding));
|
||||
|
||||
buffer.write("# Configuration file" + NEW_LINE);
|
||||
buffer.write("# Generated on " + DateFormat.getInstance().format(new Date()) + NEW_LINE + NEW_LINE);
|
||||
buffer.write("# Configuration file" + NEW_LINE + NEW_LINE);
|
||||
|
||||
if (children.isEmpty())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue