File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/jooby-quartz/src/main/java/io/jooby/quartz Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ private Map<String, Object> toMap(
166166 Optional .ofNullable (detail .getDescription ()).ifPresent (value -> json .put ("description" , value ));
167167 json .put ("jobDataMap" , detail .getJobDataMap ());
168168 json .put ("stoppable" , InterruptableJob .class .isAssignableFrom (detail .getJobClass ()));
169- json .put ("concurrentExecutionDisallowed" , detail .isConcurrentExectionDisallowed ());
169+ json .put ("concurrentExecutionDisallowed" , detail .isConcurrentExecutionDisallowed ());
170170 json .put ("durable" , detail .isDurable ());
171171 json .put ("persistJobDataAfterExecution" , detail .isPersistJobDataAfterExecution ());
172172 json .put ("requestsRecovery" , detail .requestsRecovery ());
You can’t perform that action at this time.
0 commit comments