mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Added missing return.
This commit is contained in:
parent
93595b208c
commit
d2dd59a361
1 changed files with 1 additions and 0 deletions
|
@ -467,6 +467,7 @@ public class PDAExpressions extends AbstractDsfService implements ICachingServic
|
|||
}
|
||||
} catch (NumberFormatException e) {
|
||||
PDAPlugin.failRequest(rm, INVALID_HANDLE, "Value not formatted properly");
|
||||
return;
|
||||
}
|
||||
|
||||
final String exprValue = value != null ? value : formattedExprValue;
|
||||
|
|
Loading…
Add table
Reference in a new issue