1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-03-23 00:35:55 -07:00
parent 7c29ca49ce
commit dcc522e86e

View file

@ -25,7 +25,6 @@ import org.eclipse.cdt.core.dom.ast.IType;
public interface ICPPASTFieldReference extends IASTFieldReference, IASTImplicitNameOwner {
/**
* Was template keyword used?
*
*/
public boolean isTemplate();