|
@@ -18,6 +18,6 @@ public class CallbackJob extends QuartzJobBean {
|
|
@Override
|
|
@Override
|
|
@SuppressWarnings("NullableProblems")
|
|
@SuppressWarnings("NullableProblems")
|
|
protected void executeInternal(JobExecutionContext context) throws JobExecutionException {
|
|
protected void executeInternal(JobExecutionContext context) throws JobExecutionException {
|
|
- callbackService.callback();
|
|
|
|
|
|
+ // callbackService.callback();
|
|
}
|
|
}
|
|
}
|
|
}
|