Project

General

Profile

« Previous | Next » 

Revision 42621

Chnaged Resource to Autowired

View differences:

AbstractInspectorController.java
1 1
package eu.dnetlib.enabling.inspector;
2 2

  
3 3
import java.util.Collections;
4
import java.util.Comparator;
5 4
import java.util.List;
6 5
import java.util.stream.Collectors;
7 6
import javax.annotation.PostConstruct;
8
import javax.annotation.Resource;
9 7
import javax.servlet.http.HttpServletRequest;
10 8

  
9
import org.springframework.beans.factory.annotation.Autowired;
11 10
import org.springframework.web.bind.annotation.ModelAttribute;
12 11

  
13 12

  
......
22 21
	/**
23 22
	 * entry point groups
24 23
	 */
25
	@Resource
24
	@Autowired
26 25
	List<EntryPointDescriptorGroup> entryPointsGroups;
27 26

  
28 27
	/**

Also available in: Unified diff