Skip to content

Commit fb6750e

Browse files
author
Wolfgang Walter SAUER
authored
line mustn't be out commented
1 parent 7cd9db1 commit fb6750e

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/CMDInstanceReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ private static synchronized void mergeWithParent(CollectionReport parentReport,
202202
}
203203

204204
//will be done through database
205-
// parentReport.urlReport.totNumOfLinks += instanceReport.urlReport.numOfLinks;
205+
parentReport.urlReport.totNumOfLinks += instanceReport.urlReport.numOfLinks;
206206
// parentReport.urlReport.totNumOfBrokenLinks += instanceReport.urlReport.numOfBrokenLinks;
207207
// parentReport.urlReport.totNumOfCheckedLinks += instanceReport.urlReport.numOfCheckedLinks;
208208

0 commit comments

Comments
 (0)