Refactor the repository store implementation in order to store repositories in specific paths.

This commit is contained in:
Mohamed Karray
2018-11-15 10:04:16 +01:00
parent 2cd2cfbde2
commit f8ae7cedf7
51 changed files with 628 additions and 594 deletions

View File

@@ -166,7 +166,7 @@ public class DefaultRepositoryManager extends AbstractRepositoryManager {
throw new RepositoryIsNotArchivedException();
}
fireEvent(HandlerEventType.BEFORE_DELETE, toDelete);
// getHandler(toDelete).delete(toDelete);
getHandler(toDelete).delete(toDelete);
}
@Override