Project

General

Profile

« Previous | Next » 

Revision 42621

Chnaged Resource to Autowired

View differences:

NotificationHandlerChainImpl.java
1 1
package eu.dnetlib.enabling.tools.blackboard;
2 2

  
3 3
import java.util.Collection;
4
import javax.annotation.Resource;
5 4

  
6 5
import org.apache.commons.logging.Log;
7 6
import org.apache.commons.logging.LogFactory;
7
import org.springframework.beans.factory.annotation.Autowired;
8 8
import org.springframework.beans.factory.annotation.Required;
9 9
import org.springframework.core.task.TaskExecutor;
10 10

  
......
27 27
	 */
28 28
	private TaskExecutor handlerExecutor;
29 29

  
30
	@Resource
30
	@Autowired
31 31
	private NotificationHistory notificationHistory;
32 32

  
33 33

  

Also available in: Unified diff