1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 10:05:24 +02:00

Fix wrong javadoc

Change-Id: Ie4388f47fad9a1ed760fbe4576e01d408c0ca6ba
This commit is contained in:
Marc Khouzam 2016-06-03 15:31:18 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 8e5b38f590
commit 66f822e464

View file

@ -274,7 +274,7 @@ public class LaunchUtils {
* *
* A timeout is scheduled which will kill the process if it takes too long. * A timeout is scheduled which will kill the process if it takes too long.
* *
* @deprecated Replaced with GdbLaunch.getLaunchEnvironment() * @deprecated Replaced with {@link GdbLaunch#getGDBVersion()}
*/ */
@Deprecated @Deprecated
public static String getGDBVersion(final ILaunchConfiguration configuration) throws CoreException { public static String getGDBVersion(final ILaunchConfiguration configuration) throws CoreException {
@ -479,7 +479,7 @@ public class LaunchUtils {
* Gets the CDT environment from the CDT project's configuration referenced by the * Gets the CDT environment from the CDT project's configuration referenced by the
* launch * launch
* @since 3.0 * @since 3.0
* @deprecated Replaced with GdbLaunch.getLaunchEnvironment() * @deprecated Replaced with {@link GdbLaunch#getLaunchEnvironment()}
*/ */
@Deprecated @Deprecated
public static String[] getLaunchEnvironment(ILaunchConfiguration config) throws CoreException { public static String[] getLaunchEnvironment(ILaunchConfiguration config) throws CoreException {