mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
getName() does not throw any exception
This commit is contained in:
parent
f5851aaeae
commit
67e7d91a60
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class Variable extends CObject implements ICDIVariable {
|
|||
/**
|
||||
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIVariable#getName()
|
||||
*/
|
||||
public String getName() throws CDIException {
|
||||
public String getName() {
|
||||
return varObj.getName();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue