1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00
This commit is contained in:
Alain Magloire 2003-08-07 03:32:15 +00:00
parent 3811ef4cfd
commit ca668ed712

View file

@ -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) {