Max Gilead created PDFBOX-1667:
----------------------------------

             Summary: org.apache.pdfbox.pdmodel.graphics.color.PDOutputIntent 
throws Exception while it can throw IOException instead
                 Key: PDFBOX-1667
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1667
             Project: PDFBox
          Issue Type: Improvement
          Components: FontBox
    Affects Versions: 2.0.0
            Reporter: Max Gilead
            Priority: Trivial
             Fix For: 2.0.0


public PDOutputIntent(PDDocument doc, InputStream colorProfile) throws Exception

can be

public PDOutputIntent(PDDocument doc, InputStream colorProfile) throws 
IOException

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to