236237238239240241242243244245246
} for (i = 0; i < saves.size(); i++) try { s = saves.get(i); //System.out.println("=======SAVE===== " + ((IDependentParam)s).getGLName()); s.save(cntx); } catch (SysException ex) { ex.printStackTrace(); } }
273274275276277278279280281282283
e1.printStackTrace(); } finally { pool.free(prc); } } else { s.save(cntx); } } } } catch (SysException ex) { ex.printStackTrace();