Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

FinalizeIndexJobNode.java
1 1
package eu.dnetlib.msro.openaireplus.workflows.nodes.index;
2 2

  
3
import static java.lang.String.format;
4

  
5
import org.apache.commons.lang.StringUtils;
6
import org.apache.commons.logging.Log;
7
import org.apache.commons.logging.LogFactory;
8
import org.springframework.beans.factory.annotation.Autowired;
9

  
10 3
import com.googlecode.sarasvati.NodeToken;
11

  
12 4
import eu.dnetlib.data.provision.index.rmi.IndexService;
13 5
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpDocumentNotFoundException;
14 6
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException;
......
18 10
import eu.dnetlib.functionality.index.solr.feed.InputDocumentFactory;
19 11
import eu.dnetlib.msro.rmi.MSROException;
20 12
import eu.dnetlib.msro.workflows.nodes.BlackboardJobNode;
13
import org.apache.commons.lang.StringUtils;
14
import org.apache.commons.logging.Log;
15
import org.apache.commons.logging.LogFactory;
16
import org.springframework.beans.factory.annotation.Autowired;
21 17

  
18
import static java.lang.String.format;
19

  
22 20
public class FinalizeIndexJobNode extends BlackboardJobNode {
23 21

  
24 22
	private static final Log log = LogFactory.getLog(FinalizeIndexJobNode.class); // NOPMD by marko on 11/24/08 5:02 PM

Also available in: Unified diff