mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-04 22:23:28 +02:00
Fixed typo in comment
This commit is contained in:
parent
8eb87bb88c
commit
32e43ab605
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class FormattedValueVMUtil {
|
||||||
!update.getProperties().contains(IDebugVMConstants.PROP_FORMATTED_VALUE_ACTIVE_FORMAT) &&
|
!update.getProperties().contains(IDebugVMConstants.PROP_FORMATTED_VALUE_ACTIVE_FORMAT) &&
|
||||||
!update.getProperties().contains(IDebugVMConstants.PROP_FORMATTED_VALUE_ACTIVE_FORMAT_VALUE))
|
!update.getProperties().contains(IDebugVMConstants.PROP_FORMATTED_VALUE_ACTIVE_FORMAT_VALUE))
|
||||||
{
|
{
|
||||||
// Update is not requesting any formatted value information, so just skip it. If specitic formats were
|
// Update is not requesting any formatted value information, so just skip it. If specific formats were
|
||||||
// requested for this update, they will still be retrieved by updateFormattedValuesWithAvailableFormats.
|
// requested for this update, they will still be retrieved by updateFormattedValuesWithAvailableFormats.
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue