Project

General

Profile

« Previous | Next » 

Revision 51046

ensure not empty ids, check project and CP uniqueness within the community

View differences:

CommunityConstants.java
1 1
package eu.dnetlib.openaire.exporter.community;
2 2

  
3
import java.util.Set;
4

  
5
import com.google.common.collect.Sets;
6

  
3 7
public class CommunityConstants {
4 8

  
9
	public final static Set<String> communityBlackList = Sets.newHashSet("fet-fp7", "fet-h2020");
10

  
5 11
	// common
6 12
	public final static String OPENAIRE_ID = "openaireid";
7 13
	public final static String PIPE_SEPARATOR = "||";

Also available in: Unified diff