280281282283284285286287288289290
JobSpec spec = null; try { spec = (JobSpec) activationSpec; s.deleteJob(spec.jobKey()); } catch (final SchedulerException e) { throw new IllegalStateException("Failed to delete job", e); } finally { if (null != spec) {