mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Cosmetics.
This commit is contained in:
parent
9ef289d34c
commit
81d434b551
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ import org.eclipse.cdt.core.parser.util.ObjectMap;
|
|||
import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates;
|
||||
|
||||
/**
|
||||
* Represents a specialization of a class-template
|
||||
* Represents a specialization of a class-template.
|
||||
*/
|
||||
public class CPPClassTemplateSpecialization extends CPPClassSpecialization
|
||||
implements ICPPClassTemplate, ICPPInternalClassTemplate {
|
||||
|
|
|
@ -121,7 +121,7 @@ public class CPPMethod extends CPPFunction implements ICPPMethod {
|
|||
|
||||
@Override
|
||||
public ICPPClassType getClassOwner() {
|
||||
ICPPClassScope scope = (ICPPClassScope)getScope();
|
||||
ICPPClassScope scope = (ICPPClassScope) getScope();
|
||||
return scope.getClassType();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue