1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 04:15:35 +02:00

JavaDoc warnings

This commit is contained in:
Andrew Gvozdev 2010-04-30 05:11:59 +00:00
parent 14be637cfb
commit 4de5386e68
2 changed files with 0 additions and 8 deletions

View file

@ -131,8 +131,6 @@ public class MakeEnvironmentBlock extends AbstractCOptionPage {
/** /**
* Sets this variable's value * Sets this variable's value
*
* @param value
*/ */
public void setValue(String value) { public void setValue(String value) {
this.value = value; this.value = value;
@ -317,8 +315,6 @@ public class MakeEnvironmentBlock extends AbstractCOptionPage {
/** /**
* Updates the environment table for the given launch configuration * Updates the environment table for the given launch configuration
*
* @param info
*/ */
protected void updateEnvironment(IMakeCommonBuildInfo info) { protected void updateEnvironment(IMakeCommonBuildInfo info) {
environmentTable.setInput(info); environmentTable.setInput(info);
@ -453,8 +449,6 @@ public class MakeEnvironmentBlock extends AbstractCOptionPage {
/** /**
* Create some empty space. * Create some empty space.
* @param comp
* @param colSpan
*/ */
protected void createVerticalSpacer(Composite comp, int colSpan) { protected void createVerticalSpacer(Composite comp, int colSpan) {
Label label = new Label(comp, SWT.NONE); Label label = new Label(comp, SWT.NONE);

View file

@ -134,7 +134,6 @@ public class MakeTargetDialog extends Dialog {
* *
* @param parentShell - shell to display the dialog. * @param parentShell - shell to display the dialog.
* @param target - make target to edit. * @param target - make target to edit.
* @throws CoreException
*/ */
public MakeTargetDialog(Shell parentShell, IMakeTarget target) throws CoreException { public MakeTargetDialog(Shell parentShell, IMakeTarget target) throws CoreException {
this(parentShell, target.getContainer()); this(parentShell, target.getContainer());
@ -157,7 +156,6 @@ public class MakeTargetDialog extends Dialog {
* *
* @param parentShell - shell to display the dialog. * @param parentShell - shell to display the dialog.
* @param container - container where to create the target. * @param container - container where to create the target.
* @throws CoreException
*/ */
public MakeTargetDialog(Shell parentShell, IContainer container) throws CoreException { public MakeTargetDialog(Shell parentShell, IContainer container) throws CoreException {
super(parentShell); super(parentShell);