Project

General

Profile

« Previous | Next » 

Revision 46083

fixed bug in taxonomy building

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/contexts/BuildH2020FETTaxonomy.java
184 184
				projects = new ArrayList<>();
185 185
				entry = new HashMap<>();
186 186
				projects.add(row);
187
				entry.put(callid, projects);
187
				entry.put(projcallid, projects);
188 188
				dopen.put(callid, entry);
189 189
			}
190 190
		} else {

Also available in: Unified diff