mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-07 17:15:25 +02:00
Cosmetics.
This commit is contained in:
parent
24fb4904b3
commit
5e30602ff3
4 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@ import org.eclipse.cdt.core.dom.ast.IASTNameOwner;
|
|||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
public interface ICPPASTAliasDeclaration extends IASTDeclaration, IASTNameOwner {
|
||||
public static final ICPPASTAliasDeclaration[] EMPTY_USINGDIRECTIVE_ARRAY = {};
|
||||
public static final ICPPASTAliasDeclaration[] EMPTY_ALIAS_DECLARATION_ARRAY = {};
|
||||
|
||||
/**
|
||||
* <code>ALIAS_NAME</code> is the name that is brought into local
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.eclipse.cdt.core.dom.ast.IASTNameOwner;
|
|||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
public interface ICPPASTUsingDirective extends IASTDeclaration, IASTNameOwner, IASTAttributeOwner {
|
||||
public static final ICPPASTUsingDirective[] EMPTY_USINGDIRECTIVE_ARRAY = new ICPPASTUsingDirective[0];
|
||||
public static final ICPPASTUsingDirective[] EMPTY_USINGDIRECTIVE_ARRAY = {};
|
||||
|
||||
/**
|
||||
* <code>QUALIFIED_NAME</code> is the name that is brought into local
|
||||
|
|
Loading…
Add table
Reference in a new issue