Skip to content

Commit

Permalink
Remove redundant code (apache#5144)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshupei authored Jul 14, 2024
1 parent 9be69de commit 273394f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public Job parseToJob(JobRequest jobReq) throws EntranceIllegalParamException {
job.setEntranceContext(entranceContext);
job.setListenerEventBus(null);
job.setProgress(0f);
job.setJobRequest(jobReq);
job.setCodeParser(new EmptyCodeParser());
return job;
}
Expand Down

0 comments on commit 273394f

Please sign in to comment.