mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Documentation enhancement
This commit is contained in:
parent
be575844a8
commit
4158bd3712
1 changed files with 5 additions and 0 deletions
|
@ -202,6 +202,11 @@ public class FormattedValueVMUtil {
|
||||||
update.setStatus(getStatus());
|
update.setStatus(getStatus());
|
||||||
}
|
}
|
||||||
countingRm.done();
|
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++;
|
count++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue