From 4de5386e68aa6713c9dd6171609d432e09a98c3b Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Fri, 30 Apr 2010 05:11:59 +0000 Subject: JavaDoc warnings --- .../src/org/eclipse/cdt/make/internal/ui/MakeEnvironmentBlock.java | 6 ------ .../src/org/eclipse/cdt/make/ui/dialogs/MakeTargetDialog.java | 2 -- 2 files changed, 8 deletions(-) (limited to 'build') diff --git a/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeEnvironmentBlock.java b/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeEnvironmentBlock.java index 3b8dd141069..f36dd29e68f 100644 --- a/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeEnvironmentBlock.java +++ b/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeEnvironmentBlock.java @@ -131,8 +131,6 @@ public class MakeEnvironmentBlock extends AbstractCOptionPage { /** * Sets this variable's value - * - * @param value */ public void setValue(String value) { this.value = value; @@ -317,8 +315,6 @@ public class MakeEnvironmentBlock extends AbstractCOptionPage { /** * Updates the environment table for the given launch configuration - * - * @param info */ protected void updateEnvironment(IMakeCommonBuildInfo info) { environmentTable.setInput(info); @@ -453,8 +449,6 @@ public class MakeEnvironmentBlock extends AbstractCOptionPage { /** * Create some empty space. - * @param comp - * @param colSpan */ protected void createVerticalSpacer(Composite comp, int colSpan) { Label label = new Label(comp, SWT.NONE); diff --git a/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/ui/dialogs/MakeTargetDialog.java b/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/ui/dialogs/MakeTargetDialog.java index 495b3503ff1..364bfe90617 100644 --- a/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/ui/dialogs/MakeTargetDialog.java +++ b/build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/ui/dialogs/MakeTargetDialog.java @@ -134,7 +134,6 @@ public class MakeTargetDialog extends Dialog { * * @param parentShell - shell to display the dialog. * @param target - make target to edit. - * @throws CoreException */ public MakeTargetDialog(Shell parentShell, IMakeTarget target) throws CoreException { this(parentShell, target.getContainer()); @@ -157,7 +156,6 @@ public class MakeTargetDialog extends Dialog { * * @param parentShell - shell to display the dialog. * @param container - container where to create the target. - * @throws CoreException */ public MakeTargetDialog(Shell parentShell, IContainer container) throws CoreException { super(parentShell); -- cgit v1.2.3