Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-08-10 03:53:48 +0000
committerLars Vogel2019-08-10 03:53:48 +0000
commit2acd184db7a957fec840a6ff6fa61e91b880da82 (patch)
tree27f6861d797f3d35add46fc0a4e4957f13907f25 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui
parentdaa3c234bc64e1405a381b08fb881198400a9240 (diff)
downloadeclipse.platform.debug-2acd184db7a957fec840a6ff6fa61e91b880da82.tar.gz
eclipse.platform.debug-2acd184db7a957fec840a6ff6fa61e91b880da82.tar.xz
eclipse.platform.debug-2acd184db7a957fec840a6ff6fa61e91b880da82.zip
Run Organize imports org.eclipse.debug.ui
This would have made the fix for https://git.eclipse.org/r/#/c/147409/ easier Change-Id: Ic95f0d1b03cc89e93192547e2dd7adcbc7e29d10 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java
index 0681f3170..fdfd6a7c5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryBlockTablePresentation.java
@@ -16,6 +16,7 @@
package org.eclipse.debug.ui.memory;
import java.math.BigInteger;
+
import org.eclipse.debug.core.model.IMemoryBlock;
import org.eclipse.debug.ui.IDebugModelPresentation;

Back to the top