Exemplo n.º 1
0
 @Override
 public List<? extends ArtifactStore> getAllArtifactStores(final StoreType type)
     throws IndyDataException {
   return delegate.getAllArtifactStores(type);
 }
Exemplo n.º 2
0
 @Override
 public List<ArtifactStore> getAllArtifactStores() throws IndyDataException {
   return delegate.getAllArtifactStores();
 }