Project

General

Profile

« Previous | Next » 

Revision 42621

Chnaged Resource to Autowired

View differences:

DownloadServiceFeeder.java
6 6
import java.util.concurrent.Executors;
7 7
import java.util.concurrent.Future;
8 8
import java.util.function.Function;
9
import javax.annotation.Resource;
10 9

  
11 10
import com.google.common.base.Joiner;
12 11
import com.google.common.collect.Lists;
......
37 36
	/**
38 37
	 * The download plugin enumerator.
39 38
	 */
40
	@Resource
39
	@Autowired
41 40
	DownloadPluginEnumeratorImpl downloadPluginEnumerator;
42 41

  
43 42
	/**
44 43
	 * The result set client factory.
45 44
	 */
46
	@Resource
45
	@Autowired
47 46
	private ResultSetClient resultSetClient;
48 47

  
49 48
	/**

Also available in: Unified diff