Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-09-08 08:04:00 +0000
committerLars Vogel2017-09-08 10:40:48 +0000
commit2c9afc274fa9099c671a6978d2332752d1c9b475 (patch)
tree8879ae1af6f4abe7908c28b63d719540b4275eab /org.eclipse.debug.examples.mixedmode
parent463adc44e3cb3f433acaf17897d7b722cab83938 (diff)
downloadeclipse.platform.debug-2c9afc274fa9099c671a6978d2332752d1c9b475.tar.gz
eclipse.platform.debug-2c9afc274fa9099c671a6978d2332752d1c9b475.tar.xz
eclipse.platform.debug-2c9afc274fa9099c671a6978d2332752d1c9b475.zip
Bug 522027 - Remove trailing whitespace from
org.eclipse.debug.examples.mixedmode Change-Id: Ia2f916851ab358bb33acabfbf062e46bd63632e1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.debug.examples.mixedmode')
-rwxr-xr-xorg.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/Activator.java2
-rw-r--r--org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/DoNothingLaunchConfigurationDelegate.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/Activator.java b/org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/Activator.java
index 1f8428f4e..225de429b 100755
--- a/org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/Activator.java
+++ b/org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/Activator.java
@@ -56,7 +56,7 @@ public class Activator extends AbstractUIPlugin {
/**
* Returns the shared instance
- *
+ *
* @return the shared instance
*/
public static Activator getDefault() {
diff --git a/org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/DoNothingLaunchConfigurationDelegate.java b/org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/DoNothingLaunchConfigurationDelegate.java
index 73dabeae5..0b41fca33 100644
--- a/org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/DoNothingLaunchConfigurationDelegate.java
+++ b/org.eclipse.debug.examples.mixedmode/src/org/eclipse/debug/internal/examples/mixedmode/DoNothingLaunchConfigurationDelegate.java
@@ -22,7 +22,7 @@ import org.eclipse.debug.core.model.ILaunchConfigurationDelegate;
public class DoNothingLaunchConfigurationDelegate implements ILaunchConfigurationDelegate {
/**
- *
+ *
*/
public DoNothingLaunchConfigurationDelegate() {
}

Back to the top