File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
grails-app/jobs/grails/plugin/asyncmail Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import groovy.util.logging.Slf4j
99class AsynchronousMailJob {
1010 static triggers = {}
1111
12- def concurrent = false
13- def group = " AsynchronousMail"
12+ static concurrent = false
13+ static group = " AsynchronousMail"
1414
1515 // Dependency injection
1616 AsynchronousMailProcessService asynchronousMailProcessService
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import groovy.util.logging.Slf4j
66class ExpiredMessagesCollectorJob {
77 static triggers = {}
88
9- def concurrent = false
10- def group = " AsynchronousMail"
9+ static concurrent = false
10+ static group = " AsynchronousMail"
1111
1212 AsynchronousMailPersistenceService asynchronousMailPersistenceService
1313
You can’t perform that action at this time.
0 commit comments