Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-06-05 09:33:53 +0000
committerLars Vogel2020-06-07 13:52:06 +0000
commit071a396f956d2deb57bbd49241664cc8631ba08d (patch)
tree2b622a7eeef43c393020527ac41eba8dde2c2aa1 /org.eclipse.debug.ui/ui/org/eclipse/debug
parent7339831997863b6334bd620b70ea2969143a2a9b (diff)
downloadeclipse.platform.debug-071a396f956d2deb57bbd49241664cc8631ba08d.tar.gz
eclipse.platform.debug-071a396f956d2deb57bbd49241664cc8631ba08d.tar.xz
eclipse.platform.debug-071a396f956d2deb57bbd49241664cc8631ba08d.zip
Removes unnecessary whitespace in platform.debug which sneaked inI20200609-0150I20200608-1800I20200607-1800
Change-Id: I2933d1a8ddf4d2a2acfb1c4d95ac5058b3099022 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java
index 4095e260a..9dc8f62f3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java
@@ -263,7 +263,7 @@ public class DebugUIPlugin extends AbstractUIPlugin implements ILaunchListener,
/**
* Prints the given message to System.out or to the OSGi tracing (if started)
- *
+ *
* @param option the option or <code>null</code>
* @param message the message to print or <code>null</code>
* @param throwable the {@link Throwable} or <code>null</code>

Back to the top