Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/TerminateToggleValue.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/TerminateToggleValue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/TerminateToggleValue.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/TerminateToggleValue.java
index f1bb6d541..c9f943d6c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/TerminateToggleValue.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/TerminateToggleValue.java
@@ -16,7 +16,7 @@ import org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtensio
* Class stores the data for shortcut and if Shift was pressed with shortcut
* This is used to store that data for selected selection and later used at the
* launching of the shortcut
- *
+ *
* @since 3.12
*/
public class TerminateToggleValue {

Back to the top