Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend constructor for streaming /library/src/main/java/org/mustangproject/ZUGFeRD/ZUGFeRDInvoiceImporter.java #314

Closed
MCl57 opened this issue Apr 19, 2023 · 1 comment

Comments

@MCl57
Copy link
Contributor

MCl57 commented Apr 19, 2023

Is it possible to add a constructor to the 'ZUGFeRDInvoiceImporter' class?

file: /library/src/main/java/org/mustangproject/ZUGFeRD/ZUGFeRDInvoiceImporter.java

import java.io.IOException;

public ZUGFeRDInvoiceImporter(InputStream stream) {
		super(stream);
}
@jstaerk
Copy link
Collaborator

jstaerk commented May 6, 2024

had been added by michael clausohm on 19.04 already

@jstaerk jstaerk closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants