Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/IResourceDiff.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/IResourceDiff.java19
1 files changed, 9 insertions, 10 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/IResourceDiff.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/IResourceDiff.java
index 9a3184532..867456673 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/IResourceDiff.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/IResourceDiff.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2008 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
@@ -17,18 +17,17 @@ import org.eclipse.team.core.diff.ITwoWayDiff;
import org.eclipse.team.core.history.IFileRevision;
/**
- * A resource diff represents the changes between two resources.
- * The diff can be used to describe the change between an ancestor and
- * remote, an ancestor and local or between the local and a remote
- * for two-way comparisons.
- * <p>
- * This interface is not intended to be implemented by clients.
- * Clients that need to create deltas should instead use or subclass
- * {@link org.eclipse.team.core.mapping.provider.ResourceDiff}
- * </p>
+ * A resource diff represents the changes between two resources. The diff can be
+ * used to describe the change between an ancestor and remote, an ancestor and
+ * local or between the local and a remote for two-way comparisons.
+ *
* @see IDiffTree
*
* @since 3.2
+ * @noimplement This interface is not intended to be implemented by clients.
+ * Clients that need to create deltas should instead use or
+ * subclass
+ * {@link org.eclipse.team.core.mapping.provider.ResourceDiff}
*/
public interface IResourceDiff extends ITwoWayDiff {

Back to the top