Skip to content

Commit 667dc2c

Browse files
committed
attemt to solve jaxb error
1 parent a9b68ac commit 667dc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curation-module-core/src/main/java/eu/clarin/cmdi/curation/report/CollectionReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class CollectionReport implements Report<CollectionReport> {
5151
@XmlAttribute(name = "ins-max-score")
5252
public Double maxPossibleScoreInstance = 0.0;
5353

54-
@XmlAttribute
54+
@XmlAttribute(name = "timestamp")
5555
public String timeStamp = TimeUtils.humanizeToDate(System.currentTimeMillis());
5656

5757
@XmlElement(name = "file-section")

0 commit comments

Comments
 (0)