Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-12-08 20:38:03 +0000
committerDJ Houghton2011-12-08 20:38:03 +0000
commit12b824ab935524ca65abff6f8e2a210ffcf13a33 (patch)
treec8247b8dc7c0c86a29d19ff7a63ccc1c3b40e89f /bundles/org.eclipse.equinox.p2.repository
parentf57a1651a3ed5baa7393d575b7f8726b31707d28 (diff)
downloadrt.equinox.p2-12b824ab935524ca65abff6f8e2a210ffcf13a33.tar.gz
rt.equinox.p2-12b824ab935524ca65abff6f8e2a210ffcf13a33.tar.xz
rt.equinox.p2-12b824ab935524ca65abff6f8e2a210ffcf13a33.zip
Bug 365390 - [doc] spell typo of
IArtifactRepository.createArtifactDescriptor(IArtifactKey)
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java
index 07a3559da..07f0e777a 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java
@@ -43,7 +43,7 @@ public interface IArtifactRepository extends IRepository<IArtifactKey> {
/**
* Create an instance of {@link IArtifactDescriptor} based on the given key
* @param key {@link IArtifactKey}
- * @return a new instanceof of IArtifactDescriptor
+ * @return a new instance of of IArtifactDescriptor
*/
public IArtifactDescriptor createArtifactDescriptor(IArtifactKey key);

Back to the top