[
https://issues.apache.org/jira/browse/PDFBOX-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Boehme closed PDFBOX-1339.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.8.0
Assignee: Timo Boehme
fixed in rev. 1350113; thanks for reporting
> PDFMergerUtility addSources function does not work
> --------------------------------------------------
>
> Key: PDFBOX-1339
> URL: https://issues.apache.org/jira/browse/PDFBOX-1339
> Project: PDFBox
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 1.7.0
> Environment: Windows 7, Java 1.6
> Reporter: Andy Han
> Assignee: Timo Boehme
> Priority: Critical
> Fix For: 1.8.0
>
>
> public void addSources(List<InputStream> sourcesList)
> {
> this.sources.addAll(sources);
> }
> it should be "this.sources.addAll(sourcesList);"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira