Project

General

Profile

« Previous | Next » 

Revision 59409

log

View differences:

modules/dnet-msro-service/trunk/src/main/java/eu/dnetlib/msro/workflows/resultset/ProcessCountingResultSetListener.java
45 45
	@Override
46 46
	public List<String> getResult(final int from, final int to) {
47 47
		if (process.isCanceled()) {
48
			log.warn("Process canceled, closing result set");
48 49
			this.outputResulset.close();
49 50
			return Lists.newArrayList(ResultSetClient.SENTINEL_PROC_CANCELED);
50 51
		}

Also available in: Unified diff