Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-03-26 16:45:11 +0000
committerMichael Valenta2003-03-26 16:45:11 +0000
commit4a22463afa23db97a8ae8bfe5f0948fc3f75f23d (patch)
tree65dbc92ea9eb168d49657d6dbd3b94df8a68a69f /bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java
parent26b1308b1caef54ba8100449b2bfe90a262d7db6 (diff)
downloadeclipse.platform.team-4a22463afa23db97a8ae8bfe5f0948fc3f75f23d.tar.gz
eclipse.platform.team-4a22463afa23db97a8ae8bfe5f0948fc3f75f23d.tar.xz
eclipse.platform.team-4a22463afa23db97a8ae8bfe5f0948fc3f75f23d.zip
Corrected javadoc errors
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java
index 4d96133f9..ef43f0b66 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java
@@ -23,7 +23,8 @@ import org.eclipse.core.runtime.IProgressMonitor;
* At the current time it only complements this API by providing a notification mechanism
* for informing repository providers when a project set has been created.
*
- * @see IProjectSetSerializer, RepositoryProviderType
+ * @see IProjectSetSerializer
+ * @see RepositoryProviderType
*
* @since 2.1
*/

Back to the top