refactored folder structure
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / datasource / wizard / CdmDataSourceCredentialsWizardPage.java
@@ -8,8 +8,9 @@
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
 
-package eu.etaxonomy.taxeditor.store.datasource.wizard;
+package eu.etaxonomy.taxeditor.datasource.wizard;
 
+import org.eclipse.jface.wizard.IWizardPage;
 import org.eclipse.jface.wizard.WizardPage;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.events.KeyEvent;
@@ -177,5 +178,14 @@ public abstract class CdmDataSourceCredentialsWizardPage extends WizardPage impl
        }
        
        public void keyPressed(KeyEvent e){}
+
+       /* (non-Javadoc)
+        * @see org.eclipse.jface.wizard.WizardPage#getNextPage()
+        */
+       @Override
+       public IWizardPage getNextPage() {
+               return null;
+       }       
+       
        
 }