Project

General

Profile

« Previous | Next » 

Revision 50835

fixed a bug updating ObjectStore Info

View differences:

modules/dnet-msro-service/trunk/src/main/java/eu/dnetlib/msro/workflows/nodes/info/ObjectStoreToApiExtraFieldJobNode.java
44 44
		final int size = NumberUtils.toInt(arr[0].trim(), 0);
45 45
		final Date date = (new DateUtils()).parse(arr[1]);
46 46

  
47
		dsManager.setLastDownloadInfo(datasourceId, datasourceId, objId, size, date);
47
		dsManager.setLastDownloadInfo(datasourceId, datasourceInterface, objId, size, date);
48 48

  
49 49
		return Arc.DEFAULT_ARC;
50 50
	}

Also available in: Unified diff