Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-09-24 10:15:30 +0000
committerTomasz Zarna2009-09-24 10:15:30 +0000
commit9025b75982a2213b4d43e7dfa3f790279857d9f8 (patch)
tree820f26478d01a1272ed5c707b59d463c5b2dd95d
parent6d8a869af1544a661b4bf6d17c6d3c6b3a3465a8 (diff)
downloadeclipse.platform.team-9025b75982a2213b4d43e7dfa3f790279857d9f8.tar.gz
eclipse.platform.team-9025b75982a2213b4d43e7dfa3f790279857d9f8.tar.xz
eclipse.platform.team-9025b75982a2213b4d43e7dfa3f790279857d9f8.zip
Fixed doc typos.
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoCollector.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoCollector.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoCollector.java
index 9350c9739..150a987d5 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoCollector.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoCollector.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2008 IBM Corporation and others.
+ * Copyright (c) 2000, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -108,7 +108,7 @@ public final class SubscriberSyncInfoCollector extends SubscriberResourceCollect
}
/**
- * Disposes of the background job associated with this collector and deregisters
+ * Disposes of the background job associated with this collector and de-registers
* all it's listeners. This method must be called when the collector is no longer
* referenced and could be garbage collected.
*/
@@ -157,9 +157,9 @@ public final class SubscriberSyncInfoCollector extends SubscriberResourceCollect
}
/**
- * Return the <code>SyncInfoSet</code> that contains all the all the out-of-sync resources for the
+ * Return the <code>SyncInfoSet</code> that contains all the out-of-sync resources for the
* subscriber that are descendants of the roots of this collector. The set will contain only those resources that are children of the roots
- * of the collector unless the roots of the colletor has been set to <code>null</code>
+ * of the collector unless the roots of the collector has been set to <code>null</code>
* in which case all out-of-sync resources from the subscriber are collected.
* @return the subscriber sync info set
*/

Back to the top