Revision 57838
Added by Michele De Bonis almost 5 years ago
modules/dnet-mapreduce-jobs/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/dataexport/ProtoConverter.java | ||
---|---|---|
383 | 383 |
dataInfo.setInferred(d.getInferred()); |
384 | 384 |
dataInfo.setInvisible(d.getInvisible()); |
385 | 385 |
dataInfo.setProvenanceaction(mapQualifier(d.getProvenanceaction())); |
386 |
dataInfo.setTrust(d.getTrust()); |
|
386 | 387 |
return dataInfo; |
387 | 388 |
} |
388 | 389 |
|
Also available in: Unified diff
addition of the trust in the mapping of the datainfo