diff options
author | Michael Rennie | 2009-11-05 14:50:33 +0000 |
---|---|---|
committer | Michael Rennie | 2009-11-05 14:50:33 +0000 |
commit | e0140f4feadcd56c98a90ac89f98bd407da73474 (patch) | |
tree | c9076818f19b20c8b88a7e2056c339a7f17987f8 | |
parent | 04f3c524ad80d81a798a34ca3110415f2fc52c38 (diff) | |
download | eclipse.platform.debug-e0140f4feadcd56c98a90ac89f98bd407da73474.tar.gz eclipse.platform.debug-e0140f4feadcd56c98a90ac89f98bd407da73474.tar.xz eclipse.platform.debug-e0140f4feadcd56c98a90ac89f98bd407da73474.zip |
Bug 267130 - [launching] ILaunchManager.generateUniqueLaunchConfigurationNameFrom -- either reject badly-named prefixes or fix them
-rw-r--r-- | org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java index 99c3b17c6..bceb23ecb 100644 --- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java +++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java @@ -128,7 +128,7 @@ public interface ILaunchManager { * @param namePrefix the String that the returned name must begin with * @return launch configuration name * @since 2.0 - * @deprecated since 3.5 clients should use the {@link #generateLaunchConfigurationName(String)} method which + * @deprecated since 3.6 clients should use the {@link #generateLaunchConfigurationName(String)} method which * will perform validation of the name and correct unsupported name parts. */ public String generateUniqueLaunchConfigurationNameFrom(String namePrefix); |