diff options
author | Simon Steiner <ssteiner@apache.org> | 2018-03-21 12:19:52 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2018-03-21 12:19:52 +0000 |
commit | 73537d666caf622579c0294f33622df09e968dc1 (patch) | |
tree | 457c875b7fe266914787bef2ffcf8678fb5927fd /fop-core/src/test | |
parent | 6fea06c9a31c6ed8590182dd4416b63d32eda19c (diff) | |
download | xmlgraphics-fop-73537d666caf622579c0294f33622df09e968dc1.tar.gz xmlgraphics-fop-73537d666caf622579c0294f33622df09e968dc1.zip |
java.lang Cleanup
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1827406 13f79535-47bb-0310-9956-ffa450edef68
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()); |