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

Missing @since tags

This commit is contained in:
Marc Khouzam 2009-04-29 13:32:50 +00:00
parent 93990eff68
commit d45daa1b98

View file

@ -90,8 +90,11 @@ public class CMainTab extends CLaunchConfigurationTab {
protected Button fSearchButton;
// Core file UI widgets
/** @since 2.0 */
protected Label fCoreLabel;
/** @since 2.0 */
protected Text fCoreText;
/** @since 2.0 */
protected Button fCoreButton;
private final boolean fDontCheckProgram;