Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-05-02 20:11:02 +0000
committerJohn Arthorne2008-05-02 20:11:02 +0000
commit916c73918efe81aaadaee71f47d7a97da06a49a8 (patch)
tree18f533d52a007989831d8d563e61da4049ebfa83 /bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/provisional/p2/artifact/repository
parent0b6f8d377e8d797cd6792f81de51949a9d98f9a2 (diff)
downloadrt.equinox.p2-916c73918efe81aaadaee71f47d7a97da06a49a8.tar.gz
rt.equinox.p2-916c73918efe81aaadaee71f47d7a97da06a49a8.tar.xz
rt.equinox.p2-916c73918efe81aaadaee71f47d7a97da06a49a8.zip
Bug 228903 Repository manager creation should always add the repository
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/provisional/p2/artifact/repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/provisional/p2/artifact/repository/IArtifactRepositoryManager.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/provisional/p2/artifact/repository/IArtifactRepositoryManager.java b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/provisional/p2/artifact/repository/IArtifactRepositoryManager.java
index e08eac88d..a0c9c5774 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/provisional/p2/artifact/repository/IArtifactRepositoryManager.java
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/provisional/p2/artifact/repository/IArtifactRepositoryManager.java
@@ -108,9 +108,9 @@ public interface IArtifactRepositoryManager {
* Creates and returns a new empty artifact repository of the given type at
* the given location.
* <p>
- * The resulting repository is <b>not</b> added to the list of repositories tracked by
- * the repository manager. Clients must make a subsequent call to {@link #addRepository(URL)}
- * if they want the repository manager to remember the repository for subsequent
+ * The resulting repository is added to the list of repositories tracked by
+ * the repository manager. Clients must make a subsequent call to {@link #removeRepository(URL)}
+ * if they do not want the repository manager to remember the repository for subsequent
* load attempts.
* </p>
*

Back to the top