kinow commented on a change in pull request #116:
URL: https://github.com/apache/commons-imaging/pull/116#discussion_r785344916
##########
File path: src/main/java/org/apache/commons/imaging/ImageParser.java
##########
@@ -563,27 +561,22 @@ public final BufferedImage getBufferedImage(final File
file, final Map<String, O
* <p>The params argument provides a mechanism for individual
* implementations to pass optional information into the parser.
* Not all formats will support this capability. Currently,
- * some of the parsers do not check for null arguments. So in cases
- * where no optional specifications are supported, application
- * code should pass in an empty instance of an implementation of
- * the map interface (i.e. an empty HashMap).
+ * some of the parsers do not check for null arguments.</p>
Review comment:
Good idea! Will create it now.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]