Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Davis2011-12-14 19:32:21 +0000
committerMatthew Davis2011-12-14 19:32:21 +0000
commit1acfac6c8dfaa0a1233be60b1c5755356f54213b (patch)
treee3a31516850c476051c9c5b54f036226f7668396
parent15c7e659caae7b50131e562e65d21d9b5e54982c (diff)
downloadorg.eclipse.stem-1acfac6c8dfaa0a1233be60b1c5755356f54213b.tar.gz
org.eclipse.stem-1acfac6c8dfaa0a1233be60b1c5755356f54213b.tar.xz
org.eclipse.stem-1acfac6c8dfaa0a1233be60b1c5755356f54213b.zip
Removing javadoc ref to NewDiseaseWizard (breaks build)
git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk@2629 92a21009-5b66-0410-b83a-dc787c41c6e9
-rw-r--r--models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/NewFoodProducerWizard.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/NewFoodProducerWizard.java b/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/NewFoodProducerWizard.java
index 3973962a8..f28b141d4 100644
--- a/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/NewFoodProducerWizard.java
+++ b/models/foodproduction/org.eclipse.stem.ui.foodproduction/src/org/eclipse/stem/foodproduction/presentation/NewFoodProducerWizard.java
@@ -24,7 +24,6 @@ import org.eclipse.stem.diseasemodels.standard.DiseaseModel;
import org.eclipse.stem.foodproduction.FoodProducer;
import org.eclipse.stem.foodproduction.FoodproductionPackage;
import org.eclipse.stem.ui.wizards.DublinCorePage;
-import org.eclipse.stem.ui.wizards.NewDiseaseWizard;
import org.eclipse.stem.ui.wizards.NewIdentifiablePage;
import org.eclipse.stem.ui.wizards.NewIdentifiableWizard;
import org.eclipse.stem.ui.wizards.NewSTEMProjectWizard;
@@ -175,7 +174,7 @@ public class NewFoodProducerWizard extends NewIdentifiableWizard {
/**
* This class is a {@link IHandler} for the command that creates a
- * {@link NewDiseaseWizard}
+ * {@link NewFoodProducerWizard}
*/
public static class NewFoodProducerWizardCommandHandler extends AbstractHandler
implements IHandler {

Back to the top