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

Added "since" tag.

This commit is contained in:
Ken Ryall 2009-10-12 13:53:53 +00:00
parent 0525ad390c
commit 9ffb4cb9f7

View file

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