1
0
Fork 0
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:
Marc Khouzam 2009-03-19 18:40:57 +00:00
parent 71c7ccbcf5
commit 2900660608

View file

@ -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();