526527528529530531532533534535536
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } return descriptors; }
695696697698699700701702703704705
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } /**
20112012201320142015201620172018201920202021
21332134213521362137213821392140214121422143
706707708709710711712713714715716
878879880881882883884885886887888
23862387238823892390239123922393239423952396
25102511251225132514251525162517251825192520
730731732733734735736737738739740
902903904905906907908909910911912