Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffChangeListener.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffChangeListener.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffChangeListener.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffChangeListener.java
index 99b9f84d9..2d1488134 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffChangeListener.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/diff/IDiffChangeListener.java
@@ -16,9 +16,9 @@ import org.eclipse.core.runtime.IProgressMonitor;
/**
* Diff change listener that reports changes in an {@link IDiffTree}.
* Clients may implement this interface.
- *
+ *
* @see IDiffTree
- *
+ *
* @since 3.2
*/
public interface IDiffChangeListener {
@@ -29,7 +29,7 @@ public interface IDiffChangeListener {
* @param monitor a progress monitor
*/
void diffsChanged(IDiffChangeEvent event, IProgressMonitor monitor);
-
+
/**
* The given property has changed for the given paths.
* @param tree the tree for which the property changed

Back to the top