Skip to content

Commit 6e59cfc

Browse files
selundqmafedejeanne
authored andcommitted
Always inject FinishedJobs instance into ProgressServiceImpl #1887
The "finishedJobs" variable isn´t injected, thus is always null, when used from a progress dialog. Since the @optional field in combination with @Inject only refers to already created instances of FinishedJobs. But, this does not happen in this flow. Fixes #1887
1 parent 6990a01 commit 6e59cfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundles/org.eclipse.e4.ui.progress/src/org/eclipse/e4/ui/progress/internal/ProgressServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public class ProgressServiceImpl implements IProgressService {
5858
ProgressManager progressManager;
5959

6060
@Inject
61-
@Optional
6261
FinishedJobs finishedJobs;
6362

6463
@Inject

0 commit comments

Comments
 (0)