Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 365390

Summary: [doc] spell typo of IArtifactRepository.createArtifactDescriptor(IArtifactKey)
Product: [Eclipse Project] Equinox Reporter: Meng Xin Zhu <kane.zhu>
Component: p2Assignee: DJ Houghton <dj.houghton>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: kane.mx
Version: 3.7   
Target Milestone: Juno M5   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Meng Xin Zhu CLA 2011-12-02 02:08:06 EST
/**
	 * Create an instance of {@link IArtifactDescriptor} based on the given key
	 * @param key {@link IArtifactKey}
	 * @return a new instanceof of IArtifactDescriptor
	 */
	public IArtifactDescriptor createArtifactDescriptor(IArtifactKey key);
	
I think it should be '@return a new instance of IArtifactDescriptor'.
Comment 1 DJ Houghton CLA 2011-12-08 15:50:41 EST
Fixed in commit 40d302f48a0d16b4a6e2f34656fb569e1f1a58c6.