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:58:57 UTC

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

Author: tilman
Date: Sat Jul 27 12:58:56 2019
New Revision: 1863857

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

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

Modified: pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java?rev=1863857&r1=1863856&r2=1863857&view=diff
==============================================================================
--- pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java (original)
+++ pdfbox/branches/issue4569/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/ICCProfileWrapper.java Sat Jul 27 12:58:56 2019
@@ -118,7 +118,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();