diff options
Diffstat (limited to 'fop-core/src/test')
-rw-r--r-- | fop-core/src/test/java/org/apache/fop/visual/ConvertUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fop-core/src/test/java/org/apache/fop/visual/ConvertUtils.java b/fop-core/src/test/java/org/apache/fop/visual/ConvertUtils.java index aa4dadf47..bb0570e22 100644 --- a/fop-core/src/test/java/org/apache/fop/visual/ConvertUtils.java +++ b/fop-core/src/test/java/org/apache/fop/visual/ConvertUtils.java @@ -71,7 +71,7 @@ public final class ConvertUtils { new Thread(outputRedirector).start(); process.waitFor(); - } catch (java.lang.InterruptedException ie) { + } catch (InterruptedException ie) { throw new IOException("The call to the external converter failed: " + ie.getMessage()); } catch (java.io.IOException ioe) { throw new IOException("The call to the external converter failed: " + ioe.getMessage()); |