You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/07/27 12:59:07 UTC

svn commit: r1863859 - /pdfbox/branches/issue45/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java

Author: tilman
Date: Sat Jul 27 12:59:07 2019
New Revision: 1863859

URL: http://svn.apache.org/viewvc?rev=1863859&view=rev
Log:
PDFBOX-4071: remove exception that isn't thrown

Modified:
    pdfbox/branches/issue45/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java

Modified: pdfbox/branches/issue45/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue45/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java?rev=1863859&r1=1863858&r2=1863859&view=diff
==============================================================================
--- pdfbox/branches/issue45/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java (original)
+++ pdfbox/branches/issue45/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java Sat Jul 27 12:59:07 2019
@@ -121,7 +121,7 @@ public class ICCProfileWrapper
      * @throws ValidationException
      *             if an IOException occurs during the DestOutputProfile parsing
      */
-    private static ICCProfileWrapper searchFirstICCProfile(PreflightContext context) throws ValidationException
+    private static ICCProfileWrapper searchFirstICCProfile(PreflightContext context)
     {
         PreflightDocument document = context.getDocument();
         PDDocumentCatalog catalog = document.getDocumentCatalog();