From 66f822e4648dc1d2a73006f4fcde8b64896c1e7f Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 3 Jun 2016 15:31:18 -0400 Subject: [PATCH] Fix wrong javadoc Change-Id: Ie4388f47fad9a1ed760fbe4576e01d408c0ca6ba --- .../src/org/eclipse/cdt/dsf/gdb/launching/LaunchUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/LaunchUtils.java b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/LaunchUtils.java index b5385a2fabd..bf757f04281 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/LaunchUtils.java +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/LaunchUtils.java @@ -274,7 +274,7 @@ public class LaunchUtils { * * 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 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 * launch * @since 3.0 - * @deprecated Replaced with GdbLaunch.getLaunchEnvironment() + * @deprecated Replaced with {@link GdbLaunch#getLaunchEnvironment()} */ @Deprecated public static String[] getLaunchEnvironment(ILaunchConfiguration config) throws CoreException {