Revert some changes to allow compilation. Needs to be fixed ASAP
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / newWizard / NewTeamWizard.java
index 74c82db1a9064ed36573da6b2efda2e088190184..5411fd268c714c63dde5af79e7d72d51cc68b63d 100644 (file)
@@ -24,6 +24,13 @@ import eu.etaxonomy.taxeditor.ui.section.agent.TeamWizardPage;
  */
 public class NewTeamWizard extends AbstractNewEntityWizard<Team> {
 
+       
+       public NewTeamWizard() {}
+               
+       public NewTeamWizard(boolean b) {
+               //FIXME somethings needs to be done here
+       }
+
        /** {@inheritDoc} */
        @Override
        public void addPages() {