mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 01:55:24 +02:00
Fix wrong javadoc
Change-Id: Ie4388f47fad9a1ed760fbe4576e01d408c0ca6ba
This commit is contained in:
parent
8e5b38f590
commit
66f822e464
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue