Project

General

Profile

« Previous | Next » 

Revision 53853

fixed class name for logs

View differences:

modules/dnet-collector-plugins/trunk/src/main/java/eu/dnetlib/data/collector/plugins/rest/RestIterator.java
46 46
public class RestIterator implements Iterator<String> {
47 47

  
48 48
    // TODO: clean up the comments of replaced source code
49
	private static final Log log = LogFactory.getLog(OaiIterator.class); // NOPMD by marko on 11/24/08 5:02 PM
49
	private static final Log log = LogFactory.getLog(RestIterator.class); // NOPMD by marko on 11/24/08 5:02 PM
50 50

  
51 51
	private static final String wrapName = "recordWrap";
52 52
	private String baseUrl;

Also available in: Unified diff