1
0
Fork 0
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:
Marc Khouzam 2014-04-21 15:59:15 -04:00
parent 4a561de9ab
commit d5166c3dde
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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) {