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
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>
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIPlugin.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java
index 1a193b812..cf60a2d75 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchConfiguration.java
@@ -987,7 +987,7 @@ public class LaunchConfiguration extends PlatformObject implements ILaunchConfig
/*
* Get Preferred delegate with all fallbacks
- *
+ *
*/
public ILaunchConfigurationDelegate getPreferredLaunchDelegate(String mode) throws CoreException {
Set<String> modes = getModes();
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