forked from D-Net/dnet-hadoop
added constant to identify datasource associated to funders
This commit is contained in:
parent
40e194fe2f
commit
d22f106f27
|
@ -27,4 +27,5 @@ public class Constants implements Serializable {
|
||||||
|
|
||||||
public static final String HARVESTED = "Harvested";
|
public static final String HARVESTED = "Harvested";
|
||||||
public static final String DEFAULT_TRUST = "0.9";
|
public static final String DEFAULT_TRUST = "0.9";
|
||||||
|
public static final String FUNDER_DS = "entityregistry::projects";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue