Commit 6e59cfc
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 #18871 parent 6990a01 commit 6e59cfc
File tree
1 file changed
+0
-1
lines changed- bundles/org.eclipse.e4.ui.progress/src/org/eclipse/e4/ui/progress/internal
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
0 commit comments