mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Updating @since tags
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
4a561de9ab
commit
d5166c3dde
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ import org.eclipse.cdt.dsf.service.DsfSession;
|
||||||
import org.eclipse.debug.core.ILaunchConfiguration;
|
import org.eclipse.debug.core.ILaunchConfiguration;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @since 8.0
|
* @since 8.4
|
||||||
*/
|
*/
|
||||||
public class GdbJtagDebugServicesFactory extends GdbDebugServicesFactory {
|
public class GdbJtagDebugServicesFactory extends GdbDebugServicesFactory {
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ import org.eclipse.cdt.dsf.gdb.service.macos.MacOSGdbDebugServicesFactory;
|
||||||
import org.eclipse.cdt.dsf.service.DsfSession;
|
import org.eclipse.cdt.dsf.service.DsfSession;
|
||||||
import org.eclipse.debug.core.ILaunchConfiguration;
|
import org.eclipse.debug.core.ILaunchConfiguration;
|
||||||
|
|
||||||
/** @since 8.0 */
|
/** @since 8.4*/
|
||||||
public class MacOSGdbJtagDebugServicesFactory extends MacOSGdbDebugServicesFactory {
|
public class MacOSGdbJtagDebugServicesFactory extends MacOSGdbDebugServicesFactory {
|
||||||
|
|
||||||
public MacOSGdbJtagDebugServicesFactory(String gdbVersion, String appleVersion) {
|
public MacOSGdbJtagDebugServicesFactory(String gdbVersion, String appleVersion) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue