Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

DownloadPluginValues.java
3 3
import java.util.ArrayList;
4 4
import java.util.List;
5 5
import java.util.Map;
6

  
7 6
import javax.annotation.Resource;
8 7

  
9
import org.springframework.beans.factory.annotation.Autowired;
10

  
11 8
import eu.dnetlib.data.download.rmi.DownloadPlugin;
12 9
import eu.dnetlib.data.download.rmi.DownloadService;
13 10
import eu.dnetlib.enabling.locators.UniqueServiceLocator;
14 11
import eu.dnetlib.msro.workflows.util.ValidNodeValuesFetcher;
12
import org.springframework.beans.factory.annotation.Autowired;
15 13

  
16 14
public class DownloadPluginValues extends ValidNodeValuesFetcher {
17 15

  
18
	/** The download plugin enumerator. */
16
	/**
17
	 * The download plugin enumerator.
18
	 */
19 19

  
20 20
	@Resource
21 21
	private UniqueServiceLocator serviceLocator;

Also available in: Unified diff