Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/DecorationManager.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/DecorationManager.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/DecorationManager.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/DecorationManager.java
index d44ec65a5..e3fac7213 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/DecorationManager.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/DecorationManager.java
@@ -30,7 +30,7 @@ public class DecorationManager {
/**
* Adds the given decoration for the given stack frame.
- *
+ *
* @param decoration
* @param frame
*/
@@ -48,7 +48,7 @@ public class DecorationManager {
/**
* Removes any decorations for the given debug target.
- *
+ *
* @param target to remove editor decorations for
*/
public static void removeDecorations(IDebugTarget target) {
@@ -57,7 +57,7 @@ public class DecorationManager {
/**
* Removes any decorations for the given thread
- *
+ *
* @param thread thread to remove decorations for
*/
public static void removeDecorations(IThread thread) {

Back to the top