mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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
|
||||
* it will be called in the super-class.
|
||||
* Method to perform the actual work.
|
||||
*/
|
||||
protected abstract void doExecute();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue