opensagres / xdocreport

XDocReport means XML Document reporting. It's Java API to merge XML document created with MS Office (docx) or OpenOffice (odt), LibreOffice (odt) with a Java model to generate report and convert it if you need to another format (PDF, XHTML...).
https://github.com/opensagres/xdocreport
1.19k stars 369 forks source link

Calling another constructor #609

Open sergeGabrus opened 1 year ago

sergeGabrus commented 1 year ago

https://github.com/opensagres/xdocreport/blob/57b18f546ef014ad68c77767a76faa043477c2d1/template/fr.opensagres.xdocreport.template.velocity/src/main/java/fr/opensagres/xdocreport/template/velocity/cache/XDocReportEntryResourceLoader.java#L79

Ignore encoding. I suppose the InputStreamReader(inputStream, encoding) constructor should be called.