Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/compare/org/eclipse/compare/IContentChangeNotifier.java')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/IContentChangeNotifier.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/IContentChangeNotifier.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/IContentChangeNotifier.java
index f63f9705d..28a3940dd 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/IContentChangeNotifier.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/IContentChangeNotifier.java
@@ -20,7 +20,7 @@ package org.eclipse.compare;
* @see IContentChangeListener
*/
public interface IContentChangeNotifier {
-
+
/**
* Adds a content change listener to this notifier.
* Has no effect if an identical listener is already registered.
@@ -28,7 +28,7 @@ public interface IContentChangeNotifier {
* @param listener a content changed listener
*/
void addContentChangeListener(IContentChangeListener listener);
-
+
/**
* Removes the given content changed listener from this notifier.
* Has no effect if the listener is not registered.

Back to the top