Project

General

Profile

« Previous | Next » 

Revision 51018

more readable labels

View differences:

modules/dnet-openaire-exporter/trunk/src/main/java/eu/dnetlib/openaire/exporter/AbstractExporterController.java
27 27
	/*
28 28
	Tags used to group the operations on the swagger UI
29 29
	 */
30
	protected final static String C = "community";
31
	protected final static String C_CP = "community content providers";
32
	protected final static String C_PJ = "community projects";
30
	protected final static String C = "Community";
31
	protected final static String C_CP = "Community content providers";
32
	protected final static String C_PJ = "Community projects";
33 33

  
34
	protected final static String DS = "datasource";
35
	protected final static String API = "API";
36
	protected final static String R = "read";
37
	protected final static String W = "write";
34
	protected final static String DS = "Datasource";
35
	protected final static String API = "Interface";
36
	protected final static String R = "Read";
37
	protected final static String W = "Write";
38 38

  
39
	protected final static String D = "deprecated";
39
	protected final static String D = "Deprecated";
40 40
	protected final static String M = "Management";
41 41

  
42 42
	protected final static String DSPACE = "DSpace";

Also available in: Unified diff