mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
update.
This commit is contained in:
parent
3811ef4cfd
commit
ca668ed712
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ public class VariableObject extends CObject implements ICDIVariableObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIVariable#getQualifiedName()
|
* @see org.eclipse.cdt.debug.core.cdi.model.ICDIVariableObject#getQualifiedName()
|
||||||
*/
|
*/
|
||||||
public String getQualifiedName() throws CDIException {
|
public String getQualifiedName() throws CDIException {
|
||||||
if (qualifiedName == null) {
|
if (qualifiedName == null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue