Polish gh-29883
This commit is contained in:
@@ -75,7 +75,7 @@ public class DefaultScheduledTaskObservationConvention implements ScheduledTaskO
|
||||
if (context.getError() != null) {
|
||||
return OUTCOME_ERROR;
|
||||
}
|
||||
else if (!context.isComplete()) {
|
||||
if (!context.isComplete()) {
|
||||
return OUTCOME_UNKNOWN;
|
||||
}
|
||||
return OUTCOME_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user