@@ -47,12 +47,10 @@ public class VaultStats {
LOG.debug("start recording stats");
updateService.restart();
break;
- case LOCKED:
+ default:
LOG.debug("stop recording stats");
updateService.cancel();
- default:
- break;
}