1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Bug 573307: Correct since tags

Change-Id: I7dd2bc0a98c36e9c4fd8db19a83a1b87c7fdd791
This commit is contained in:
Jonah Graham 2021-05-02 20:22:57 -04:00
parent f13c182df4
commit f877963e37
2 changed files with 2 additions and 2 deletions

View file

@ -886,7 +886,7 @@ public class CommandFactory {
return new MIGDBSetSolibSearchPath(ctx, paths);
}
/** @since 6.3 */
/** @since 6.4 */
public ICommand<MIInfo> createMIGDBSetStartupWithShell(ICommandControlDMContext ctx, boolean enable) {
return new MIGDBSetStartupWithShell(ctx, enable);
}

View file

@ -18,7 +18,7 @@ import org.eclipse.cdt.dsf.debug.service.command.ICommandControlService.ICommand
*
* Available with GDB 7.7 in GDB and 8.1 for gdbserver
*
* @since 6.3
* @since 6.4
*
*/
public class MIGDBSetStartupWithShell extends MIGDBSet {