Skip to content

Commit 247ebe1

Browse files
committed
IGNITE-25910 Code review fix
1 parent cabd600 commit 247ebe1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/core/src/main/java/org/apache/ignite/internal/processors/job/GridJobWorker.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,7 @@ public class GridJobWorker extends GridWorker implements GridTimeoutObject {
242242
this.reqTopVer = reqTopVer;
243243
this.execName = execName;
244244
this.jobInterruptTimeoutSupplier = jobInterruptTimeoutSupplier;
245-
246-
if (job != null)
247-
this.job = job;
245+
this.job = job;
248246

249247
log = U.logger(ctx, logRef, this);
250248

0 commit comments

Comments
 (0)