Skip to content

Commit 122ca16

Browse files
author
francesco
committed
mproved test coverage
1 parent acc21bc commit 122ca16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logicaldoc-core/src/main/java/com/logicaldoc/core/task/DefaultSchedulerFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public class DefaultSchedulerFactory extends org.springframework.scheduling.quar
3333

3434
@Override
3535
public void start() throws SchedulingException {
36-
if (RunLevel.current().aspectEnabled(SCHEDULED_TASKS))
36+
if (RunLevel.current().aspectEnabled(SCHEDULED_TASKS)) {
3737
super.start();
38-
else
38+
} else
3939
log.warn(ASPECT_DISABLED);
4040
}
4141

0 commit comments

Comments
 (0)