Merge pull request #992 from ThomasChr/fixTypo

fix typo
This commit is contained in:
Jochen Staerk
2025-12-27 13:58:55 +01:00
committed by GitHub
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
*/ */