Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 260746
Collapse All | Expand All

(-)src/org/eclipse/wst/jsdt/internal/compiler/ast/JavadocImplicitTypeReference.java (+1 lines)
Lines 28-33 Link Here
28
		this.token = name;
28
		this.token = name;
29
		this.sourceStart = pos;
29
		this.sourceStart = pos;
30
		this.sourceEnd = pos;
30
		this.sourceEnd = pos;
31
		this.resolvedType = null;
31
	}
32
	}
32
	/* (non-Javadoc)
33
	/* (non-Javadoc)
33
	 * @see org.eclipse.wst.jsdt.internal.compiler.ast.TypeReference#copyDims(int)
34
	 * @see org.eclipse.wst.jsdt.internal.compiler.ast.TypeReference#copyDims(int)

Return to bug 260746