Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-09-08 08:05:36 +0000
committerLars Vogel2017-09-08 12:03:25 +0000
commit597f63f236bb78f7dd63a019735a9fd53d5361ea (patch)
tree07c45161f926f5cf87c83c8a4fdfd678b63b1c72 /org.eclipse.ui.externaltools/Program Tools Support
parent6eb6173863a9d530b243625374686242b4af9e7d (diff)
downloadeclipse.platform.debug-597f63f236bb78f7dd63a019735a9fd53d5361ea.tar.gz
eclipse.platform.debug-597f63f236bb78f7dd63a019735a9fd53d5361ea.tar.xz
eclipse.platform.debug-597f63f236bb78f7dd63a019735a9fd53d5361ea.zip
Bug 522027 - Remove trailing whitespace from
org.eclipse.ui.externaltools Change-Id: If3f4e9728209c38e5dfb55d67f8976b10de43f28 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ui.externaltools/Program Tools Support')
-rw-r--r--org.eclipse.ui.externaltools/Program Tools Support/org/eclipse/ui/externaltools/internal/program/launchConfigurations/ExternalToolsProgramMessages.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.externaltools/Program Tools Support/org/eclipse/ui/externaltools/internal/program/launchConfigurations/ExternalToolsProgramMessages.java b/org.eclipse.ui.externaltools/Program Tools Support/org/eclipse/ui/externaltools/internal/program/launchConfigurations/ExternalToolsProgramMessages.java
index da41c1ff8..084c864d7 100644
--- a/org.eclipse.ui.externaltools/Program Tools Support/org/eclipse/ui/externaltools/internal/program/launchConfigurations/ExternalToolsProgramMessages.java
+++ b/org.eclipse.ui.externaltools/Program Tools Support/org/eclipse/ui/externaltools/internal/program/launchConfigurations/ExternalToolsProgramMessages.java
@@ -3,8 +3,8 @@
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
+ *
+ * Contributors:
* IBM - Initial API and implementation
**********************************************************************/
package org.eclipse.ui.externaltools.internal.program.launchConfigurations;

Back to the top