| Summary: | [doc] spell typo of IArtifactRepository.createArtifactDescriptor(IArtifactKey) | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Meng Xin Zhu <kane.zhu> |
| Component: | p2 | Assignee: | 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: | |||
Fixed in commit 40d302f48a0d16b4a6e2f34656fb569e1f1a58c6. |
/** * 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'.