Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/MemoryViewSynchronizationService.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/MemoryViewSynchronizationService.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/MemoryViewSynchronizationService.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/MemoryViewSynchronizationService.java
index 4669b9a4a..d4e94933c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/MemoryViewSynchronizationService.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/MemoryViewSynchronizationService.java
@@ -27,7 +27,7 @@ import org.eclipse.swt.widgets.Display;
/**
* Synchronization service for the memory view.
- *
+ *
* @since 3.1
*/
public class MemoryViewSynchronizationService implements IMemoryRenderingSynchronizationService, IMemoryBlockListener, IPropertyChangeListener {
@@ -70,7 +70,7 @@ public class MemoryViewSynchronizationService implements IMemoryRenderingSynchro
/**
* If the property matches one of the filters, the property is valid and
* the view should be notified about its change.
- *
+ *
* @param property the property
* @return if the property is specified in the filter
*/
@@ -89,7 +89,7 @@ public class MemoryViewSynchronizationService implements IMemoryRenderingSynchro
/**
* Set property filters, indicating what property change events the
* listener is interested in.
- *
+ *
* @param filters the property filters or <code>null</code>
*/
public void setPropertyFilters(String[] filters) {
@@ -216,7 +216,7 @@ public class MemoryViewSynchronizationService implements IMemoryRenderingSynchro
/**
* Fire property change events
- *
+ *
* @param evt the event to fire
*/
public void firePropertyChanged(final PropertyChangeEvent evt) {

Back to the top