We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b68ac commit 667dc2cCopy full SHA for 667dc2c
curation-module-core/src/main/java/eu/clarin/cmdi/curation/report/CollectionReport.java
@@ -51,7 +51,7 @@ public class CollectionReport implements Report<CollectionReport> {
51
@XmlAttribute(name = "ins-max-score")
52
public Double maxPossibleScoreInstance = 0.0;
53
54
- @XmlAttribute
+ @XmlAttribute(name = "timestamp")
55
public String timeStamp = TimeUtils.humanizeToDate(System.currentTimeMillis());
56
57
@XmlElement(name = "file-section")
0 commit comments