Polish gh-29883

This commit is contained in:
Johnny Lim
2023-07-11 00:10:25 +09:00
committed by Brian Clozel
parent 7bc731dfa6
commit 433b72d493
4 changed files with 18 additions and 24 deletions

View File

@@ -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;