added USER_CLAIM constant value

This commit is contained in:
Miriam Baglioni 2020-07-30 16:25:26 +02:00
parent 6f1c40a933
commit f985bca37b
1 changed files with 1 additions and 0 deletions

View File

@ -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";
}