232233234235236237238239240241242
else if (owner == null) setLoanInformation(currentLoan); dco.setLoanInformation(currentLoan); currentLoan.saveUpdate(false, false); i++; } try { wait(10);
317318319320321322323324325326327
setLoanInformation(currentLoan); o.setLoanInformation(currentLoan); if (currentLoan.getID() != null) currentLoan.saveUpdate(true); else currentLoan.saveNew(true); try { wait(100);