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_r370989001
##########
File path: src/main/java/org/apache/commons/imaging/ImageParser.java
##########
@@ -970,19 +951,18 @@ protected BufferedImageFactory
getBufferedImageFactory(final Map<String, Object>
}
/**
- * A utility method to search a params specification and determine
- * whether it contains the ImagingConstants.PARAM_KEY_STRICT
- * specification. Intended
- * for internal use by ImageParser implementations.
+ * A utility method to whether we have a parameter object and if the STRICT
+ * flag is set or not.
+ * Intended for internal use by ImageParser implementations.
Review comment:
Maybe some re-wording here
"Return whether to use a <strong>strict</strong> mode or not when reading or
writing images."
or similar?
----------------------------------------------------------------
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