1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Documentation enhancement

This commit is contained in:
John Cortell 2009-09-30 22:27:36 +00:00
parent be575844a8
commit 4158bd3712

View file

@ -202,6 +202,11 @@ public class FormattedValueVMUtil {
update.setStatus(getStatus());
}
countingRm.done();
// Note we don't mark the update object done, and we
// avoid calling our base implementation so that it
// doesn't either. The completion of this request is
// just a step in servicing the update.
}
});
count++;