275276277278279280281282283284285
// TODO: should we return false here? LOGGER.log(Level.SEVERE, CLASS_NAME, e); } finally { if (null != acl) { try { acl.recycle(); } catch (RepositoryException e) { } } LOGGER.exiting(CLASS_NAME, METHOD); }