Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-06-04 20:42:07 +0000
committerMichael Valenta2007-06-04 20:42:07 +0000
commitae916178fff07d17e06d567d9c7a8497e3ef37ed (patch)
treee14da068ad8796543d5d53332d99b205fdebb438
parent71d320f141ea54b32495aa04d01eec72b9365e17 (diff)
downloadeclipse.platform.team-ae916178fff07d17e06d567d9c7a8497e3ef37ed.tar.gz
eclipse.platform.team-ae916178fff07d17e06d567d9c7a8497e3ef37ed.tar.xz
eclipse.platform.team-ae916178fff07d17e06d567d9c7a8497e3ef37ed.zip
Updated javadocI20070604
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ChangeTracker.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ChangeTracker.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ChangeTracker.java
index 35cecf537..c60913df0 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ChangeTracker.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ChangeTracker.java
@@ -20,11 +20,11 @@ import org.eclipse.team.core.RepositoryProviderType;
import org.eclipse.team.internal.core.*;
/**
- * Track changes to plugin projects so that changes to any of the manifest files
- * will be grouped together for the purposes of committing.
+ * Supports the tracking of related changes for the purpose of grouping then using an {@link IChangeGroupingRequestor}.
* <p>
* Clients may subclass this class.
* </p>
+ * @see IChangeGroupingRequestor
* @since 3.3
*/
public abstract class ChangeTracker {

Back to the top