Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-01-24 18:56:46 +0000
committerMichael Valenta2007-01-24 18:56:46 +0000
commitb258f6e6e76d25c904dfbec138bb25935c0d501f (patch)
tree654410b2ddf838b771e46cb76717b14b63f192ae /bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers
parent0fe69bb8197f6c95f4c595a1dfaf032441cc1252 (diff)
downloadeclipse.platform.team-b258f6e6e76d25c904dfbec138bb25935c0d501f.tar.gz
eclipse.platform.team-b258f6e6e76d25c904dfbec138bb25935c0d501f.tar.xz
eclipse.platform.team-b258f6e6e76d25c904dfbec138bb25935c0d501f.zip
Bug 132881 [Model Sync] Removal of element from working set doesn't update sync view
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers/SubscriberScopeManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers/SubscriberScopeManager.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers/SubscriberScopeManager.java
index cc4d7aa6a..9d32a18a7 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers/SubscriberScopeManager.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers/SubscriberScopeManager.java
@@ -45,7 +45,7 @@ public class SubscriberScopeManager extends SynchronizationScopeManager implemen
* @param name a human readable name for the scope
* @param inputMappings the input mappings
* @param subscriber the subscriber
- * @param context a remote resource mapping conext for the subscriber
+ * @param context a remote resource mapping context for the subscriber
* @param consultModels whether models should be consulted when calculating the scope
*/
public SubscriberScopeManager(String name, ResourceMapping[] inputMappings, Subscriber subscriber, RemoteResourceMappingContext context, boolean consultModels) {
@@ -102,7 +102,7 @@ public class SubscriberScopeManager extends SynchronizationScopeManager implemen
}
/*
- * Hookup the participants for the participating models.
+ * Hook up the participants for the participating models.
* This is done to ensure that future local and remote changes to
* resources will update the resources contained in the scope
* appropriately

Back to the top