Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-1339

PDFMergerUtility addSources function does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.7.0
    • 1.7.1
    • Utilities
    • None
    • Windows 7, Java 1.6

    Description

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

      it should be "this.sources.addAll(sourcesList);"

      Attachments

        Activity

          People

            tboehme Timo Boehme
            andyhan Andy Han
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: