Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 1108c3b

Browse files
authored
Update Converter.java
1 parent 7d9e0fc commit 1108c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/main/java/app/Converter.java

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ private Paragraph processParagraph(XWPFParagraph par) {
100100
paragraph.add(image);
101101
}
102102
} catch (IOException ex) {
103+
// TODO: Show error message in PDF, if image couldn't be processed
103104
LOGGER.log(Level.SEVERE, "Error while processing image", ex);
104105
}
105106

0 commit comments

Comments
 (0)