mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
fix throw exception
This commit is contained in:
@@ -83,7 +83,7 @@ public final class HealthChecker {
|
|||||||
if (check.isPermitted(repository)) {
|
if (check.isPermitted(repository)) {
|
||||||
try {
|
try {
|
||||||
check(repository);
|
check(repository);
|
||||||
} catch (ConcurrentModificationException | NotFoundException ex) {
|
} catch (NotFoundException ex) {
|
||||||
logger.error("health check ends with exception", ex);
|
logger.error("health check ends with exception", ex);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user