mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
[269387] Fix javadoc. There are cases where monitor.done() must still be called, for instance, when calling a service on the executor and setting the data when the executor runs.
This commit is contained in:
parent
71c7ccbcf5
commit
2900660608
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@ public abstract class DsfCommandRunnable extends DsfRunnable {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method to perform the actual work. It should not call monitor.done(), because
|
* Method to perform the actual work.
|
||||||
* it will be called in the super-class.
|
|
||||||
*/
|
*/
|
||||||
protected abstract void doExecute();
|
protected abstract void doExecute();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue