Project

General

Profile

« Previous | Next » 

Revision 61009

Added by Andreas Czerniak almost 3 years ago

queryParams could be emtpy

View differences:

RestIterator.java
325 325
		}
326 326
		} catch(Exception e) {
327 327
			log.error(e);
328
			throw new IllegalStateException("downloadPage resultTotal couldn't parse: " + e.getMessage());
328
			throw new IllegalStateException("downloadPage() resultTotal couldn't parse: " + e.getMessage());
329 329
		}
330 330
		log.debug("resultTotal: " + resultTotal);
331 331
		log.debug("resInt: " + resumptionInt);
......
335 335
			nextQuery = "";
336 336
			// if (resumptionType.toLowerCase().equals("deep-cursor")) { resumptionInt -= 1; }    	// correct the resumptionInt and prevent a NullPointer Exception at mdStore 
337 337
		}
338
		log.debug("nextQueryUrl: " + nextQuery);
338
		log.debug("downloadPage() nextQueryUrl: " + nextQuery);
339 339
		return nextQuery;
340 340

  
341 341

  

Also available in: Unified diff