Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java
index dc0d121f3..c1ec4a21b 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java
@@ -19,13 +19,13 @@ import org.eclipse.core.resources.mapping.ResourceMapping;
* within an {@link ISynchronizationScope} that overlap with the participant's
* model provider stay up-to-date with the model elements (represented as
* {@link ResourceMapping} instances) contained in the scope.
- *
+ *
* <p>
* Clients may implement this interface.
- *
+ *
* @see org.eclipse.core.resources.mapping.ResourceMapping
* @see ISynchronizationScopeManager
- *
+ *
* @since 3.2
*/
public interface ISynchronizationScopeParticipant {
@@ -39,12 +39,12 @@ public interface ISynchronizationScopeParticipant {
* participant to react to local changes that affect the resources in the
* scope by calling
* {@link ISynchronizationScope#refresh(ResourceMapping[])}.
- *
+ *
* @param scope
* the scope
* @param resources
* the changed resources
- * @param projects
+ * @param projects
* projects that were either added or removed
* @return the resource mappings that need to be refreshed.
*/

Back to the top