Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

FindStatsServiceJobNode.java
1 1
package eu.dnetlib.msro.openaireplus.workflows.nodes.stats;
2 2

  
3 3
import java.util.List;
4

  
5 4
import javax.annotation.Resource;
6 5

  
7
import org.apache.commons.logging.Log;
8
import org.apache.commons.logging.LogFactory;
9
import org.springframework.beans.factory.annotation.Value;
10

  
11 6
import com.googlecode.sarasvati.NodeToken;
12

  
13 7
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException;
14 8
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpService;
15 9
import eu.dnetlib.enabling.locators.UniqueServiceLocator;
16 10
import eu.dnetlib.msro.rmi.MSROException;
17 11
import eu.dnetlib.msro.workflows.nodes.SimpleJobNode;
12
import org.apache.commons.logging.Log;
13
import org.apache.commons.logging.LogFactory;
14
import org.springframework.beans.factory.annotation.Value;
18 15

  
19 16
public class FindStatsServiceJobNode extends SimpleJobNode {
20 17

  
......
33 30

  
34 31
	/**
35 32
	 * {@inheritDoc}
36
	 * 
33
	 *
37 34
	 * @throws ISLookUpException
38 35
	 * @throws MSROException
39
	 * 
40 36
	 * @see com.googlecode.sarasvati.mem.MemNode#execute(com.googlecode.sarasvati.Engine, com.googlecode.sarasvati.NodeToken)
41 37
	 */
42 38
	@Override

Also available in: Unified diff