1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2015-05-24 17:02:06 -07:00
parent ac121def1a
commit e4dd059af0
2 changed files with 2 additions and 8 deletions

View file

@ -77,8 +77,8 @@ public class CPPClassInstance extends CPPClassSpecialization implements ICPPTemp
return CPPTemplates.getArguments(getTemplateArguments());
}
/* (non-Javadoc)
* For debug purposes only
/**
* For debugging only.
*/
@Override
public String toString() {

View file

@ -349,9 +349,6 @@ public class CPPClassSpecialization extends CPPSpecialization
return ClassTypeHelper.getAllDeclaredMethods(this, point);
}
/* (non-Javadoc)
* @see org.eclipse.cdt.core.dom.ast.ICompositeType#getKey()
*/
@Override
public int getKey() {
if (getDefinition() != null)
@ -360,9 +357,6 @@ public class CPPClassSpecialization extends CPPSpecialization
return getSpecializedBinding().getKey();
}
/* (non-Javadoc)
* @see org.eclipse.cdt.core.dom.ast.ICompositeType#getCompositeScope()
*/
@Override
public ICPPClassScope getCompositeScope() {
final ICPPClassScope specScope= getSpecializationScope();