Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365390 - [doc] spell typo of IArtifactRepository.createArtifactDescriptor(IArtifactKey)
Summary: [doc] spell typo of IArtifactRepository.createArtifactDescriptor(IArtifactKey)
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: Juno M5   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 02:08 EST by Meng Xin Zhu CLA
Modified: 2013-11-10 22:32 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.