Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-04-05 01:04:09 +0000
committerPascal Rapicault2011-04-05 01:04:09 +0000
commit53434e784229267b2739628681f1e3ea93a5d0da (patch)
treee0ac7506b2b8bd2cfe547dbad071620fe4ecb227
parentd332c189779548d48b32a8d7ecc2289b8872084d (diff)
downloadrt.equinox.p2-53434e784229267b2739628681f1e3ea93a5d0da.tar.gz
rt.equinox.p2-53434e784229267b2739628681f1e3ea93a5d0da.tar.xz
rt.equinox.p2-53434e784229267b2739628681f1e3ea93a5d0da.zip
typo in API
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/IRepositoryManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/IRepositoryManager.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/IRepositoryManager.java
index 2cb3d22ff..0cbd2492a 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/IRepositoryManager.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/IRepositoryManager.java
@@ -112,7 +112,7 @@ public interface IRepositoryManager<T> extends IQueryable<T> {
public IProvisioningAgent getAgent();
/**
- * Returns the artifact repository locations known to the repository manager.
+ * Returns the repository locations known to the repository manager.
* <p>
* Note that the repository manager does not guarantee that a valid repository
* exists at any of the returned locations at any particular moment in time.

Back to the top