Update ZUGFeRDInvoiceImporter.java

Add attribute @Deprecated to method getFileAttachmentsXML
This commit is contained in:
Adrian-Devries
2024-12-19 18:53:24 +01:00
committed by GitHub
parent 191e06ea48
commit b8d283cef2

View File

@@ -1036,6 +1036,7 @@ public class ZUGFeRDInvoiceImporter {
* for PDF embedded files in FX use getFileAttachmentsPDF()
* @deprecated use invoice.getAdditionalReferencedDocuments
*/
@Deprecated
public List<FileAttachment> getFileAttachmentsXML() {
return new ArrayList<>(Arrays.asList(importedInvoice.getAdditionalReferencedDocuments()));
}