This commit is contained in:
Thomas Christlieb
2025-12-15 15:13:20 +01:00
parent 6900f5f433
commit 6467d249bc
3 changed files with 3 additions and 3 deletions

View File

@@ -492,7 +492,7 @@ public class DXExporterFromA3 extends ZUGFeRDExporterFromA3 {
* *
* @param trans a IZUGFeRDExportableTransaction that provides the data-model to * @param trans a IZUGFeRDExportableTransaction that provides the data-model to
* populate the XML. This parameter may be null, if so the XML data * populate the XML. This parameter may be null, if so the XML data
* should hav ebeen set via * should have been set via
* <code>setZUGFeRDXMLData(byte[] zugferdData)</code> * <code>setZUGFeRDXMLData(byte[] zugferdData)</code>
* @throws IOException if anything is wrong with already loaded PDF * @throws IOException if anything is wrong with already loaded PDF
*/ */

View File

@@ -482,7 +482,7 @@ public class OXExporterFromA3 extends ZUGFeRDExporterFromA3 {
* *
* @param trans a IZUGFeRDExportableTransaction that provides the data-model to * @param trans a IZUGFeRDExportableTransaction that provides the data-model to
* populate the XML. This parameter may be null, if so the XML data * populate the XML. This parameter may be null, if so the XML data
* should hav ebeen set via * should have been set via
* <code>setZUGFeRDXMLData(byte[] zugferdData)</code> * <code>setZUGFeRDXMLData(byte[] zugferdData)</code>
* @throws IOException if anything is wrong with already loaded PDF * @throws IOException if anything is wrong with already loaded PDF
*/ */

View File

@@ -646,7 +646,7 @@ public class ZUGFeRDExporterFromA3 extends XRExporter implements IZUGFeRDExporte
* *
* @param trans a IZUGFeRDExportableTransaction that provides the data-model to * @param trans a IZUGFeRDExportableTransaction that provides the data-model to
* populate the XML. This parameter may be null, if so the XML data * populate the XML. This parameter may be null, if so the XML data
* should hav ebeen set via * should have been set via
* <code>setZUGFeRDXMLData(byte[] zugferdData)</code> * <code>setZUGFeRDXMLData(byte[] zugferdData)</code>
* @throws IOException if anything is wrong with already loaded PDF * @throws IOException if anything is wrong with already loaded PDF
*/ */