Andy Han created PDFBOX-1339:
--------------------------------

             Summary: PDFMergerUtility addSources 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
            Priority: Critical


    public void addSources(List<InputStream> sourcesList)
    {
        this.sources.addAll(sources);
    }

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

        

Reply via email to