changed classid with classname in the construction of provenance for the dump

This commit is contained in:
Miriam Baglioni 2021-04-09 12:48:09 +02:00
parent 26b34201ec
commit bd4b6b053d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class Extractor implements Serializable {
.map( .map(
paction -> Provenance paction -> Provenance
.newInstance( .newInstance(
paction.getClassid(), paction.getClassname(),
dinfo.getTrust())) dinfo.getTrust()))
.orElse( .orElse(
Provenance Provenance