Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/PublishWizardPDF.java
15 15
import eu.etaxonomy.cdm.print.out.pdf.PdfOutputModule;
16 16

  
17 17
/**
18
 * <p>PublishWizardPDF class.</p>
19
 *
18 20
 * @author n.hoffmann
19 21
 * @created Aug 4, 2010
20 22
 * @version 1.0
......
22 24
public class PublishWizardPDF extends AbstractPublishWizard implements
23 25
		IExportWizard {
24 26
	
27
	/**
28
	 * <p>Constructor for PublishWizardPDF.</p>
29
	 */
25 30
	public PublishWizardPDF(){
26 31
		setOutputModule(new PdfOutputModule());
27 32
		setWindowTitle("Publish PDF");

Also available in: Unified diff