Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-09-11 20:56:26 +0000
committerDarin Wright2009-09-11 20:56:26 +0000
commit297963f105d09048ccc6ad2e25ca964fb94bcefe (patch)
treeb2cf1bd5941793f36022521df8f70ed3c9cd1f34
parenta52db1114949b27bb48aae2e2fdd1015c58fedb6 (diff)
downloadeclipse.platform.debug-297963f105d09048ccc6ad2e25ca964fb94bcefe.tar.gz
eclipse.platform.debug-297963f105d09048ccc6ad2e25ca964fb94bcefe.tar.xz
eclipse.platform.debug-297963f105d09048ccc6ad2e25ca964fb94bcefe.zip
Bug 278249 - [launching] DebugUITools.getLaunchGroup(..) can return unsuitable launch group
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationManager.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationManager.java
index d45692926..1ddbe86c2 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationManager.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationManager.java
@@ -1088,7 +1088,7 @@ public class LaunchConfigurationManager implements ILaunchListener, ISavePartici
}
/**
- * Returns the launch group the given launch configuration belongs to, in
+ * Returns the launch group the given launch configuration type belongs to, in
* the specified mode, or <code>null</code> if none.
*
* @param type the type

Back to the top