kinow commented on a change in pull request #5: Proposal for a patch for
Imaging-159 using a POJO
URL: https://github.com/apache/commons-imaging/pull/5#discussion_r370989663
##########
File path:
src/main/java/org/apache/commons/imaging/formats/xpm/XpmImageParser.java
##########
@@ -741,9 +728,11 @@ public void writeImage(final BufferedImage src, final
OutputStream os, Map<Strin
* @param params
* Map of optional parameters, defined in ImagingConstants.
* @return Xmp Xml as String, if present. Otherwise, returns null.
+ * @throws org.apache.commons.imaging.ImageReadException
+ * @throws java.io.IOException
Review comment:
Not necessary to use fully qualified names. But doesn't hurt I guess.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services