forked from D-Net/dnet-hadoop
changed classid with classname in the construction of provenance for the dump
This commit is contained in:
parent
26b34201ec
commit
bd4b6b053d
|
@ -147,7 +147,7 @@ public class Extractor implements Serializable {
|
|||
.map(
|
||||
paction -> Provenance
|
||||
.newInstance(
|
||||
paction.getClassid(),
|
||||
paction.getClassname(),
|
||||
dinfo.getTrust()))
|
||||
.orElse(
|
||||
Provenance
|
||||
|
|
Loading…
Reference in New Issue