cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.printpublisher / src / main / java / eu / etaxonomy / taxeditor / printpublisher / wizard / PublishWizardPDF.java
index 1835026709c0c786e43d7e6214d9936d2b554e3f..ade92f0be5cf1f76a5c991860e2c467dcb7ff443 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-
 package eu.etaxonomy.taxeditor.printpublisher.wizard;
 
 import org.eclipse.ui.IExportWizard;
@@ -18,11 +17,10 @@ import eu.etaxonomy.cdm.print.out.pdf.PdfOutputModule;
  *
  * @author n.hoffmann
  * @created Aug 4, 2010
- * @version 1.0
  */
 public class PublishWizardPDF extends AbstractPublishWizard implements
                IExportWizard {
-       
+
        /**
         * <p>Constructor for PublishWizardPDF.</p>
         */
@@ -30,4 +28,4 @@ public class PublishWizardPDF extends AbstractPublishWizard implements
                setOutputModule(new PdfOutputModule());
                setWindowTitle("Publish PDF");
        }
-}
+}
\ No newline at end of file