690691692693694695696697698699700
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } /**
19091910191119121913191419151916191719181919
20312032203320342035203620372038203920402041
553554555556557558559560561562563
throw new RepositoryException(e); } catch (DavException e) { throw ExceptionConverter.generate(e); } finally { if (method != null) { method.releaseConnection(); } } } return descriptors; }
725726727728729730731732733734735
21002101210221032104210521062107210821092110
22242225222622272228222922302231223222332234
535536537538539540541542543544545
704705706707708709710711712713714
20192020202120222023202420252026202720282029