Project

General

Profile

« Previous | Next » 

Revision 52241

identify 'transformDatasets' as AggregationStage

View differences:

modules/dnet-datasource-manager-common/trunk/src/main/java/eu/dnetlib/enabling/datasources/common/AggregationStage.java
17 17
		case "transformation":
18 18
		case "TRANSFORM":
19 19
		case "TRANSFORMATION":
20
		case "transformDatasets":
20 21
			return AggregationStage.TRANSFORM;
21

  
22 22
		}
23 23
		throw new IllegalArgumentException("invalid AggregationStage: " + s);
24 24
	}

Also available in: Unified diff