From 9ffb4cb9f785a4243cc35973c1caaf60dce8ad23 Mon Sep 17 00:00:00 2001 From: Ken Ryall Date: Mon, 12 Oct 2009 13:53:53 +0000 Subject: [PATCH] Added "since" tag. --- .../src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java | 1 + 1 file changed, 1 insertion(+) diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java index 98c09d20c0f..3fc8e56c2a5 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/launching/GdbLaunchDelegate.java @@ -211,6 +211,7 @@ public class GdbLaunchDelegate extends LaunchConfigurationDelegate /** * Method used to check that the project, program and binary are correct. * Can be overridden to avoid checking certain things. + * @since 2.1 */ protected IPath checkBinaryDetails(final ILaunchConfiguration config) throws CoreException { // First verify we are dealing with a proper project.