134135136137138139140141142143
} } } catch (RepositoryResolutionException ex) { throw ex; } catch (Exception ex) { throw new RepositoryResolutionException(ex); } } return Collections.unmodifiableList(result); }
139140141142143144145146147148
9899100101102103104105106107
result.add(cap); } } catch (RepositoryResolutionException ex) { throw ex; } catch (Exception ex) { throw new RepositoryResolutionException(ex); } } return Collections.unmodifiableList(result); }