706707708709710711712713714715716
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } return descriptors; }
878879880881882883884885886887888
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } /**
23112312231323142315231623172318231923202321
24352436243724382439244024412442244324442445