forked from D-Net/dnet-hadoop
added USER_CLAIM constant value
This commit is contained in:
parent
6f1c40a933
commit
f985bca37b
|
@ -27,5 +27,6 @@ public class Constants implements Serializable {
|
|||
|
||||
public static final String HARVESTED = "Harvested";
|
||||
public static final String DEFAULT_TRUST = "0.9";
|
||||
public static final String USER_CLAIM = "Linked by user";
|
||||
// public static final String FUNDER_DS = "entityregistry::projects";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue