1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-04-05 05:23:11 +00:00
parent 99cdc84b19
commit b2e2842a39

View file

@ -55,11 +55,11 @@ import org.eclipse.core.runtime.Assert;
*/
public class CPPASTQualifiedName extends CPPASTNameBase
implements ICPPASTQualifiedName, ICPPASTCompletionContext {
private IASTName[] names = null;
private IASTName[] names;
private int namesPos= -1;
private boolean isFullyQualified;
private char[] signature;
public CPPASTQualifiedName() {
}