Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-06-25 01:20:52 +0000
committerMichael Valenta2002-06-25 01:20:52 +0000
commita3b41c25804f501947fcf109abf277f49fec16ef (patch)
treedc760886d39980a9d81349cfbc4f24ea81053d33
parente109b4a082fcb844bfdc26b47d5e3f5a8c9cd1ab (diff)
downloadeclipse.platform.team-a3b41c25804f501947fcf109abf277f49fec16ef.tar.gz
eclipse.platform.team-a3b41c25804f501947fcf109abf277f49fec16ef.tar.xz
eclipse.platform.team-a3b41c25804f501947fcf109abf277f49fec16ef.zip
Fixed up some javadoc
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java
index cbeaf42e0..7fc6d76a0 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java
@@ -38,7 +38,7 @@ import org.eclipse.team.internal.core.simpleAccess.SimpleAccessOperations;
/**
* A concrete subclass of <code>RepositoryProvider</code> is created for each
* project that is associated with a repository provider. The lifecycle of these
- * instances is managed by the platform's 'nature' mechanism.
+ * instances is is similar to that of the platform's 'nature' mechanism.
* <p>
* To create a repository provider and have it registered with the platform, a client
* must minimally:

Back to the top