only:let's have git deal with dates?
This commit is contained in:
parent
11ce520200
commit
715fde9200
|
@ -396,7 +396,7 @@ public class ReaderStateImpl implements ReaderState {
|
|||
@Override
|
||||
public void setDefinitionInputFile(String definitionInputFile) {
|
||||
this.definitionInputFile = definitionInputFile;
|
||||
headerMessage = ToolUtil.getGeneratedAutomaticallyTag() + definitionInputFile + " " + new Date();
|
||||
headerMessage = ToolUtil.getGeneratedAutomaticallyTag() + definitionInputFile;
|
||||
inputFiles.add(definitionInputFile);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue