We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc21bc commit 122ca16Copy full SHA for 122ca16
logicaldoc-core/src/main/java/com/logicaldoc/core/task/DefaultSchedulerFactory.java
@@ -33,9 +33,9 @@ public class DefaultSchedulerFactory extends org.springframework.scheduling.quar
33
34
@Override
35
public void start() throws SchedulingException {
36
- if (RunLevel.current().aspectEnabled(SCHEDULED_TASKS))
+ if (RunLevel.current().aspectEnabled(SCHEDULED_TASKS)) {
37
super.start();
38
- else
+ } else
39
log.warn(ASPECT_DISABLED);
40
}
41
0 commit comments