_repository.clear();
} catch (Exception e) {
this.getLogger().log(
Level.SEVERE, "ERROR ON REPOSITORY CLEARING: {0}", e.getMessage());
}
profiler.stop();
this.getLogger().log(
Level.FINE, "\tFinish Finalizing Repository: {0}", profiler.toString());
mainProfiler.stop();
this.getLogger().log(Level.INFO, "Finish clean Runtime: {0}", mainProfiler.toString());