refactoring

This commit is contained in:
Miriam Baglioni 2020-08-07 17:43:20 +02:00
parent 26d2ad6ebb
commit 68adf86fe4
1 changed files with 4 additions and 4 deletions

View File

@ -67,8 +67,8 @@ public class Process implements Serializable {
RelType.newInstance(ModelConstants.IS_RELATED_TO, ModelConstants.RELATIONSHIP), RelType.newInstance(ModelConstants.IS_RELATED_TO, ModelConstants.RELATIONSHIP),
Provenance Provenance
.newInstance( .newInstance(
eu.dnetlib.dhp.oa.graph.dump.graph.Constants.USER_CLAIM, Constants.USER_CLAIM,
eu.dnetlib.dhp.oa.graph.dump.graph.Constants.DEFAULT_TRUST))); Constants.DEFAULT_TRUST)));
relationList relationList
.add( .add(
@ -81,8 +81,8 @@ public class Process implements Serializable {
RelType.newInstance(ModelConstants.IS_RELATED_TO, ModelConstants.RELATIONSHIP), RelType.newInstance(ModelConstants.IS_RELATED_TO, ModelConstants.RELATIONSHIP),
Provenance Provenance
.newInstance( .newInstance(
eu.dnetlib.dhp.oa.graph.dump.graph.Constants.USER_CLAIM, Constants.USER_CLAIM,
eu.dnetlib.dhp.oa.graph.dump.graph.Constants.DEFAULT_TRUST))); Constants.DEFAULT_TRUST)));
}); });