Skip to content
Snippets Groups Projects
Commit 05eadb1e authored by mbrodhu's avatar mbrodhu
Browse files

Merge branch 'fu_vm1' of...

parents 5bfa0537 b9392a6a
No related branches found
No related tags found
No related merge requests found
......@@ -422,6 +422,11 @@ public class RecordListDelivererDC extends RecordListDelivererAbstract {
}
try {
System.out.println(" ## getRecords() --> " + (query==null?query:"NULL") +
" " + (recordList!=null?recordList:"NULL") + " " + (resumptionToken!=null?resumptionToken:"NULL")
+ " " + (set!=null?set:"NULL"));
fetchFields(query, recordList, resumptionToken, set);
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment