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 13:00:21 UTC

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

Author: tilman
Date: Sat Jul 27 13:00:20 2019
New Revision: 1863861

URL: http://svn.apache.org/viewvc?rev=1863861&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=1863861&r1=1863860&r2=1863861&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 13:00:20 2019
@@ -115,8 +115,6 @@ public class ICCProfileWrapper
      * 
      * @param context
      * @return an instance of ICCProfileWrapper or null if there are no DestOutputProfile
-     * @throws ValidationException
-     *             if an IOException occurs during the DestOutputProfile parsing
      */
     private static ICCProfileWrapper searchFirstICCProfile(PreflightContext context)
     {